diff --git a/pages/index.tsx b/pages/index.tsx index 62cce40..8e9e20c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -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(() => {