Actionable toasts
This commit is contained in:
parent
d542f450a1
commit
b9134f8332
11 changed files with 148 additions and 59 deletions
|
@ -14,9 +14,5 @@ export const ToastReactionFailed = ({
|
|||
i18n,
|
||||
onClose,
|
||||
}: PropsType): JSX.Element => {
|
||||
return (
|
||||
<Toast onClick={onClose} onClose={onClose}>
|
||||
{i18n('Reactions--error')}
|
||||
</Toast>
|
||||
);
|
||||
return <Toast onClose={onClose}>{i18n('Reactions--error')}</Toast>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue