diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index f4c637398..3653b93e7 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -20,6 +20,9 @@ const HOME = { title: 'Home', link: `/`, icon: ICONS.HOME, + onClick: () => { + if (window.location.pathname === '/') window.location.reload(); + }, }; const RECENT_FROM_FOLLOWING = {