Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaJAM committed Jun 7, 2024
1 parent 1107b83 commit b912d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const ProfilePage = () => {
{currentScreen === 'Security' && <Security />}
{currentScreen === 'Payments' && <Payments />}
{currentScreen === 'Preferences' && <Preferences />}
{currentScreen === 'PersonalInfo' && <Preferences />}
</main>
</div>
);
Expand Down

0 comments on commit b912d76

Please sign in to comment.