Skip to content

Commit

Permalink
Merge pull request #49471 from Expensify/georgia-deployblocker-privat…
Browse files Browse the repository at this point in the history
…edetails

(cherry picked from commit 33debc8)

(CP triggered by grgia)
  • Loading branch information
dangrous authored and OSBotify committed Sep 19, 2024
1 parent 99f4a73 commit 1c634f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Profile/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function ProfilePage() {
const [privatePersonalDetails] = useOnyx(ONYXKEYS.PRIVATE_PERSONAL_DETAILS);
const currentUserPersonalDetails = useCurrentUserPersonalDetails();

const isLoadingApp = useOnyx(ONYXKEYS.IS_LOADING_APP);
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);

const getPronouns = (): string => {
const pronounsKey = currentUserPersonalDetails?.pronouns?.replace(CONST.PRONOUNS.PREFIX, '') ?? '';
Expand Down

0 comments on commit 1c634f0

Please sign in to comment.