mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27: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',
|
||||
title: args.source.event,
|
||||
message: args.error.message,
|
||||
icon: 'ic_warning',
|
||||
timeout: 10000
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue