mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
remove icon from CoreEventsToaster
This commit is contained in:
parent
28a340abb1
commit
7142164cf1
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ const CoreEventsToaster = () => {
|
||||||
type: 'error',
|
type: 'error',
|
||||||
title: args.source.event,
|
title: args.source.event,
|
||||||
message: args.error.message,
|
message: args.error.message,
|
||||||
icon: 'ic_warning',
|
|
||||||
timeout: 10000
|
timeout: 10000
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue