From e32be0313c8b991d6a6c9189ea499dc8eda5ded2 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 31 Jan 2023 12:41:19 +0000 Subject: [PATCH] fix lint. --- CommonUI/src/Components/Modal/Modal.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CommonUI/src/Components/Modal/Modal.tsx b/CommonUI/src/Components/Modal/Modal.tsx index c637a69d85..3474914089 100644 --- a/CommonUI/src/Components/Modal/Modal.tsx +++ b/CommonUI/src/Components/Modal/Modal.tsx @@ -74,7 +74,9 @@ const Modal: FunctionComponent = ( ? 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} />