diff --git a/packages/web/components/place-limit-tool/index.tsx b/packages/web/components/place-limit-tool/index.tsx index d4a1365d84..e22b1f7aea 100644 --- a/packages/web/components/place-limit-tool/index.tsx +++ b/packages/web/components/place-limit-tool/index.tsx @@ -493,10 +493,7 @@ export const PlaceLimitTool: FunctionComponent = observer( swapState.marketState.isFetchingNextPageAssets } isLoadingSelectAssets={ - // The getUserAssets query seems to return false to loading before finishing loading other pages - // so we add a check to prevent the loading state from being shown when there are at most 1 page of assets - swapState.marketState.isLoadingSelectAssets || - selectableBaseAssets.length <= 50 + swapState.marketState.isLoadingSelectAssets } data-testid="token-in" />