diff --git a/src/pages/assets/index.tsx b/src/pages/assets/index.tsx index 8ea3550..5b06040 100644 --- a/src/pages/assets/index.tsx +++ b/src/pages/assets/index.tsx @@ -19,7 +19,7 @@ import Utils from "@/utils/utils"; import { ZANO_ID } from "@/utils/constants"; -export const DEFAULT_ASSETS_ON_PAGE = "10"; +export const DEFAULT_ASSETS_ON_PAGE = "20"; const AssetPopupBottom = memo(({ assetId }: { assetId?: string }) => {