fix lint.

This commit is contained in:
Simon Larsen 2023-01-31 12:41:19 +00:00
parent 8c02bcef8c
commit e32be0313c
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -74,7 +74,9 @@ const Modal: FunctionComponent<ComponentProps> = (
? IconType.Info
: props.iconType
}
className={'text-red-600 h-6 w-6 stroke-2'}
className={
'text-red-600 h-6 w-6 stroke-2'
}
icon={props.icon}
size={SizeProp.Large}
/>