diff --git a/app/javascript/mastodon/features/ui/components/navigation_panel.jsx b/app/javascript/mastodon/features/ui/components/navigation_panel.jsx
index deda3258b9..f2b40af72b 100644
--- a/app/javascript/mastodon/features/ui/components/navigation_panel.jsx
+++ b/app/javascript/mastodon/features/ui/components/navigation_panel.jsx
@@ -64,8 +64,8 @@ const NotificationsLink = () => {
}
- activeIcon={}
+ icon={}
+ activeIcon={}
text={intl.formatMessage(messages.notifications)}
/>
);
@@ -88,8 +88,8 @@ const FollowRequestsLink = () => {
}
- activeIcon={}
+ icon={}
+ activeIcon={}
text={intl.formatMessage(messages.followRequests)}
/>
);