Reducers: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -171,7 +171,6 @@ class ErrorBoundary extends React.PureComponent<Props, State> {
|
||||
/>
|
||||
)}
|
||||
|
||||
|
||||
{browser && (
|
||||
<Stack>
|
||||
<Text weight='semibold'><FormattedMessage id='alert.unexpected.browser' defaultMessage='Browser' /></Text>
|
||||
|
||||
@ -128,7 +128,6 @@ const Modal: React.FC<IModal> = ({
|
||||
)}
|
||||
</div>
|
||||
|
||||
|
||||
<div className='flex flex-row space-x-2'>
|
||||
{secondaryAction && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user