Skip to content

Commit

Permalink
fix: prop declaration
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Dec 26, 2023
1 parent d8c7aa6 commit 3ad8bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/admin-client/src/components/DiceAnalyzer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const DiceAnalyzer = (props: DiceAnalyzerProps) => {
return (
<>
{errorMsg && errorMsg?.length > 0 && (
<Alert className="mb-5" role="alert" severity="danger">
<Alert severity="danger">
{errorMsg}
</Alert>
)}
Expand Down

0 comments on commit 3ad8bb3

Please sign in to comment.