Skip to content

Commit

Permalink
feat: removed FF
Browse files Browse the repository at this point in the history
  • Loading branch information
flobarreto committed Sep 15, 2023
1 parent da9f018 commit d7c5a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Navbar(props: UserInformationProps) {
</Mobile>
)}
<NotMobile>
{ff.flags[FeatureFlags.NewNavbarDropdown] ? <UserInformation {...props} /> : <UserMenu {...props} />}
<UserInformation {...props} />
</NotMobile>
</>
)
Expand Down

0 comments on commit d7c5a28

Please sign in to comment.