Skip to content

Commit

Permalink
fix: non exist prop access
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Jan 12, 2024
1 parent 95cccbc commit e527f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Sidebar: React.FC<{ isLoggedIn: boolean }> = ({ isLoggedIn }) => {

if (uiEnabled.settings) {
items.push([
<SettingIcon isFilled={pathname.startsWith(NAVIGATION.settings.notifications)} />,
<SettingIcon isFilled={pathname.startsWith(NAVIGATION.settings.notification)} />,
NAVIGATION.settings.index
])
}
Expand Down

0 comments on commit e527f89

Please sign in to comment.