Skip to content

Commit

Permalink
Keep prettier happy (if not Chris)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Oct 4, 2023
1 parent eae4fbd commit ac2fada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/components/DefenceBox/DefenceMechanism.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ function DefenceMechanism({
setConfigurationValue={setConfigurationValue}
/>
);
})
}
})}
{isConfigured &&
(configValidated ? (
<p className="validation-text">
Expand All @@ -103,8 +102,7 @@ function DefenceMechanism({
<p className="validation-text">
<TiTimes /> invalid input - configuration failed
</p>
))
}
))}
</div>
</details>
);
Expand Down

0 comments on commit ac2fada

Please sign in to comment.