mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 11:47:37 +02:00
Fixed url capitalization
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ export default function BB() {
|
||||
const [shouldRender, setShouldRender] = useState(false)
|
||||
|
||||
useEffect(() => {
|
||||
setShouldRender(GetRandom(0, 100) === 4)
|
||||
setShouldRender(GetRandom(0, 200) === 4)
|
||||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user