Skip to content

Commit

Permalink
Merge branch '@benisgold/expanded-state-phase-1' of https://github.co…
Browse files Browse the repository at this point in the history
…m/rainbow-me/rainbow into @benisgold/expanded-state-phase-1
  • Loading branch information
benisgold committed Jan 1, 2025
2 parents 94ddf32 + 795ca68 commit da0d02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/model/remoteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ export async function fetchRemoteConfig(): Promise<RainbowConfig> {
key === 'claimables' ||
key === 'nfts_enabled' ||
key === 'expanded_state_v2' ||
key === 'trending_tokens_enabled'
key === 'trending_tokens_enabled' ||
key === 'expanded_state_v2'
) {
config[key] = entry.asBoolean();
} else if (key === 'trending_tokens_limit') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { ButtonPressAnimation } from '@/components/animations';
import { useAccountSettings, useAdditionalAssetData } from '@/hooks';
import { Linking } from 'react-native';
import { formatURLForDisplay } from '@/utils';
import { Icon } from '@/components/icons';
import { XIcon } from '../../icons/XIcon';

interface RowItem {
Expand Down

0 comments on commit da0d02c

Please sign in to comment.