Rename URL variable

This commit is contained in:
John Huang
2024-02-15 10:11:51 -08:00
parent 8f92972c47
commit 14c155ce31
+2 -2
View File
@@ -40,7 +40,7 @@ import { getAppTheme } from '@/state/configsSelectors';
import { isTruthy } from '@/lib/isTruthy';
import { truncateAddress } from '@/lib/wallet';
import { MustBigNumber } from '@/lib/numbers';
import { appStoreUrl } from '../dialogs/MobileDownloadDialog';
import { mobileAppUrl } from '../dialogs/MobileDownloadDialog';
export const AccountMenu = () => {
const stringGetter = useStringGetter();
@@ -190,7 +190,7 @@ export const AccountMenu = () => {
label: stringGetter({ key: STRING_KEYS.DISPLAY_SETTINGS }),
onSelect: () => dispatch(openDialog({ type: DialogTypes.DisplaySettings })),
},
...(appStoreUrl
...(mobileAppUrl
? [
{
value: 'MobileDownload',