Skip to content

Commit 83c8827

Browse files
committed
update
1 parent bae5700 commit 83c8827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apps/InfiniteDiscovery/InfiniteDiscoveryApp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const InfiniteDiscoveryApp = () => {
108108
"tags",
109109
"medium",
110110
])
111-
const [artworksLimit, setArtworksLimit] = React.useState(10)
111+
const [artworksLimit, setArtworksLimit] = React.useState(5)
112112

113113
const onLike = artwork => {
114114
setLikedArtworks([...likedArtworks, artwork])

0 commit comments

Comments
 (0)