mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-16 15:44:49 +00:00
useNotifications hook args removed
This commit is contained in:
parent
927398f77d
commit
3c63fb29a8
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ const useNotifications = () => {
|
|||
core.dispatch({
|
||||
action: 'Load',
|
||||
args: {
|
||||
load: 'Notifications',
|
||||
args: { extra: [] }
|
||||
load: 'Notifications'
|
||||
}
|
||||
});
|
||||
return () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue