Reducers: TypeScript

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-06-24 00:33:23 +02:00
parent b9fc2c6e58
commit 4e545f0638
31 changed files with 130 additions and 136 deletions

View File

@ -171,7 +171,6 @@ class ErrorBoundary extends React.PureComponent<Props, State> {
/>
)}
{browser && (
<Stack>
<Text weight='semibold'><FormattedMessage id='alert.unexpected.browser' defaultMessage='Browser' /></Text>

View File

@ -128,7 +128,6 @@ const Modal: React.FC<IModal> = ({
)}
</div>
<div className='flex flex-row space-x-2'>
{secondaryAction && (
<Button