🐛 Fixed page button on moderation page

This commit is contained in:
Mawoka
2023-08-02 10:18:19 +02:00
parent f84900b99a
commit 69711bcf00
+1 -1
View File
@@ -50,7 +50,7 @@ SPDX-License-Identifier: MPL-2.0
>
<p class="m-auto">Page {data.page}</p>
<BrownButton
disabled={data.quizzes.length !== 10}
disabled={data.quizzes.length !== 20}
href="/moderation?page={parseInt(data.page) - 1}">Next Page</BrownButton
>
</div>