move animation settings
This commit is contained in:
parent
c96815afea
commit
5a64e343e8
|
@ -117,6 +117,7 @@ const TabContent = ({
|
|||
title={activeTab}
|
||||
/>
|
||||
<DisplaySettings />
|
||||
<AnimationSettings />
|
||||
</>
|
||||
)
|
||||
case ACCOUNT:
|
||||
|
@ -158,7 +159,6 @@ const TabContent = ({
|
|||
/>
|
||||
<AutoConnectSettings />
|
||||
<PreferredExplorerSettings />
|
||||
<AnimationSettings />
|
||||
<SoundSettings />
|
||||
<TelemetrySettings />
|
||||
</>
|
||||
|
|
|
@ -337,7 +337,6 @@ export function isSpotTradeActivityFeedItem(
|
|||
export function isSwapActivityFeedItem(
|
||||
item: ActivityFeed,
|
||||
): item is SwapActivity {
|
||||
console.log(item)
|
||||
if (item.activity_type === 'swap') {
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue