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