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:
@@ -41,7 +41,7 @@ export function InfoBox({ heading, text, theme, icon }: Props) {
|
||||
<article className={infoBoxVariants({ theme })}>
|
||||
{icon && (
|
||||
<div className={iconVariants({ theme })}>
|
||||
<IconByIconName iconName={icon} color={'CurrentColor'} />
|
||||
<IconByIconName iconName={icon} color="CurrentColor" />
|
||||
</div>
|
||||
)}
|
||||
<div className={styles.content}>
|
||||
|
||||
Reference in New Issue
Block a user