Skip to content

Commit

Permalink
Remove broken settings tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Aug 29, 2024
1 parent 1452385 commit ff35404
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/profile/components/Settings/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const Menu = () => (
<Tab text="Prikker og suspensjoner" {...appUrls.getProfileSettingsPenaltiesUrl()} />
<Tab text="Personvern" {...appUrls.getProfileSettingsPrivacyUrl()} />
<Tab text="Medlemskap" {...appUrls.getProfileMembershipUrl()} />
<Tab text="Adgangskort (NTNU)" {...appUrls.getProfileSettingsAccessCardUrl()} />
<Tab text="Varsler" {...appUrls.getProfileSettingsNotificationsUrl()} />
<Tab text="Apptilkoblinger" {...appUrls.getProfileAppConnectionsUrl()} />
<Tab text="Din data" {...appUrls.getProfileUserDataUrl()} />
<Tab text="Kalender" {...appUrls.getProfileCalendarUrl()} />
</div>
Expand Down

0 comments on commit ff35404

Please sign in to comment.