Merged in chore/eslint-curly-braces (pull request #3304)
Chore/eslint curly braces * Add eslint rule for curly braces * run eslint --fix for all files Approved-by: Linus Flood
This commit is contained in:
@@ -31,7 +31,7 @@ export function Toast({ children, message, onClose, variant }: ToastsProps) {
|
||||
<div className={className} role={getRole(variant)} aria-atomic="true">
|
||||
<div className={styles.iconContainer}>{Icon && Icon}</div>
|
||||
{message ? (
|
||||
<Typography variant={'Body/Paragraph/mdRegular'}>
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p className={styles.message}>{message}</p>
|
||||
</Typography>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user