update assets default page amount

This commit is contained in:
andrewprog97 2024-11-01 19:20:51 +03:00
parent d83f9c348d
commit f88a0ad35f

View file

@ -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 }) => {