mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
Merge pull request #4575 from urbit/lf/hark-refresh
Notifications: fix refresh
This commit is contained in:
commit
9c5b82237e
@ -63,7 +63,7 @@ const useHarkState = createState<HarkState>('Hark', {
|
||||
graph: {},
|
||||
group: {}
|
||||
},
|
||||
}, ['notifications', 'archivedNotifications', 'unreads']);
|
||||
}, ['notifications', 'archivedNotifications', 'unreads', 'notificationsCount']);
|
||||
|
||||
|
||||
export default useHarkState;
|
@ -192,6 +192,7 @@ export function Profile(props: any): ReactElement | null {
|
||||
<ViewProfile
|
||||
nacked={nacked}
|
||||
ship={ship}
|
||||
api={props.api}
|
||||
contact={contact}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user