#31 : Fix story, convert value to number

This commit is contained in:
Vadim
2021-07-03 00:11:58 +03:00
parent 903f665197
commit 8bc04bc7a9

View File

@@ -58,7 +58,7 @@
export let dots = true
function onPageChange(event, showPage) {
showPage(event.target.value)
showPage(Number(event.target.value))
}
const colors = [