mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-18 16:58:01 +00:00
Chore/packages cleanup (#51)
* remove unused * upgrade packages and use pnpm instead of bun * unauthenticated github request * fix eslint * eslint
This commit is contained in:
@@ -107,7 +107,7 @@ export const Trivia = () => {
|
||||
const { setPlaying, goToStart } = useGlobalSettings();
|
||||
|
||||
const [randomQuestion, setRandomQuestion] = useState(
|
||||
questions[Math.floor(Math.random() * questions.length)]
|
||||
() => questions[Math.floor(Math.random() * questions.length)]
|
||||
);
|
||||
|
||||
const setUniqueRandomQuestion = () => {
|
||||
|
||||
Reference in New Issue
Block a user