We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f4a73 commit 1c634f0Copy full SHA for 1c634f0
src/pages/settings/Profile/ProfilePage.tsx
@@ -45,7 +45,7 @@ function ProfilePage() {
45
const [privatePersonalDetails] = useOnyx(ONYXKEYS.PRIVATE_PERSONAL_DETAILS);
46
const currentUserPersonalDetails = useCurrentUserPersonalDetails();
47
48
- const isLoadingApp = useOnyx(ONYXKEYS.IS_LOADING_APP);
+ const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
49
50
const getPronouns = (): string => {
51
const pronounsKey = currentUserPersonalDetails?.pronouns?.replace(CONST.PRONOUNS.PREFIX, '') ?? '';
0 commit comments