From: Claire Date: Tue, 30 Aug 2022 08:57:27 +0000 (+0200) Subject: Fix local settings navigation (#1836) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8fc6eaf04705edae5564e851c5db7e1a650d9f43;p=mastodon.git Fix local settings navigation (#1836) The “filters” page was removed, but not from the navigation, which would offset everything. --- diff --git a/app/javascript/flavours/glitch/features/local_settings/navigation/index.js b/app/javascript/flavours/glitch/features/local_settings/navigation/index.js index ab3a554bf..d085a606c 100644 --- a/app/javascript/flavours/glitch/features/local_settings/navigation/index.js +++ b/app/javascript/flavours/glitch/features/local_settings/navigation/index.js @@ -61,34 +61,27 @@ class LocalSettingsNavigation extends React.PureComponent { active={index === 3} index={3} onNavigate={onNavigate} - icon='filter' - title={intl.formatMessage(messages.filters)} - /> -