mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
optional chaining
This commit is contained in:
parent
f18851443e
commit
f5987b71a6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import { useRouter } from "next/router";
|
|||
import { useState } from "react";
|
||||
|
||||
export default function () {
|
||||
const [spotify, setSpotify] = useState("");
|
||||
const [spotify, setSpotify] = useState("nothing");
|
||||
|
||||
useEffect(() => {
|
||||
const interval = setInterval(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue