Arafat Iqbal
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/content/learn/state-a-components-memory.md
|
|
@ -924,7 +924,7 @@ export default function Gallery() { |
|
|
|
const [showMore, setShowMore] = useState(false); |
|
|
|
|
|
|
|
function handleNextClick() { |
|
|
|
setIndex(index + 1000); |
|
|
|
setIndex(index + 1); |
|
|
|
} |
|
|
|
|
|
|
|
function handleMoreClick() { |
|
|
|