diff --git a/Common/UI/Components/HeaderAlert/HeaderAlert.tsx b/Common/UI/Components/HeaderAlert/HeaderAlert.tsx index 5ee913b064..2a5d063613 100644 --- a/Common/UI/Components/HeaderAlert/HeaderAlert.tsx +++ b/Common/UI/Components/HeaderAlert/HeaderAlert.tsx @@ -87,9 +87,11 @@ const HeaderAlert: (props: ComponentProps) => ReactElement = ( {props.title}

{props.suffix && ( - )} diff --git a/Common/UI/Components/Modal/Modal.tsx b/Common/UI/Components/Modal/Modal.tsx index 914e4ae14e..142d0fffa7 100644 --- a/Common/UI/Components/Modal/Modal.tsx +++ b/Common/UI/Components/Modal/Modal.tsx @@ -126,7 +126,9 @@ const Modal: FunctionComponent = ( )} {props.rightElement && ( -
{props.rightElement}
+
+ {props.rightElement} +
)}