Skip to content

Commit

Permalink
add talis
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Aug 15, 2024
1 parent 722e790 commit c7600a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/screens/nfts/nfts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const NftsTalisScreen: FC<{
const [refreshing, setRefreshing] = useState(false);
const page = useRef(0);
const hasMore = useRef(true);
const perPage = 4;
const perPage = 10;
const { colors } = useTheme();
const styles = styling(colors);

Expand Down

0 comments on commit c7600a8

Please sign in to comment.