Skip to content

Commit 1c634f0

Browse files
dangrousOSBotify
authored andcommitted
Merge pull request #49471 from Expensify/georgia-deployblocker-privatedetails
(cherry picked from commit 33debc8) (CP triggered by grgia)
1 parent 99f4a73 commit 1c634f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/settings/Profile/ProfilePage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function ProfilePage() {
4545
const [privatePersonalDetails] = useOnyx(ONYXKEYS.PRIVATE_PERSONAL_DETAILS);
4646
const currentUserPersonalDetails = useCurrentUserPersonalDetails();
4747

48-
const isLoadingApp = useOnyx(ONYXKEYS.IS_LOADING_APP);
48+
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
4949

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

0 commit comments

Comments
 (0)