update assets default page amount
This commit is contained in:
parent
d83f9c348d
commit
f88a0ad35f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }) => {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue