mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-24 00:29:02 +00:00
eslint fix
This commit is contained in:
parent
d5e076a307
commit
66efe219cf
@ -152,7 +152,7 @@ export const enhanceSnackbarForAction = (notification: Notification) => ({
|
|||||||
options: {
|
options: {
|
||||||
...notification.options,
|
...notification.options,
|
||||||
action: (key) => (
|
action: (key) => (
|
||||||
<IconButton onClick={() => store.dispatch(closeSnackbarAction({key}))}>
|
<IconButton onClick={() => store.dispatch(closeSnackbarAction({ key }))}>
|
||||||
<IconClose />
|
<IconClose />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user