Skip to content

Commit

Permalink
fix(styles): fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya committed Sep 23, 2024
1 parent fa7cf3b commit 22d2b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/react-components/src/lib/components/Alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface AlertProps {
*/
state: string;
/**
*
* Whether the alert should be inline with it's container
*/
inline: boolean;
}
Expand Down

0 comments on commit 22d2b58

Please sign in to comment.