diff --git a/GraphsList.tsx b/GraphsList.tsx index 1ce01d6..3884bca 100644 --- a/GraphsList.tsx +++ b/GraphsList.tsx @@ -16,7 +16,7 @@ import Page from "./Page"; import Settings from "./settings"; export default function GraphsList() { - const [bests, setBests] = useState([]); + const [bests, setBests] = useState(); const [offset, setOffset] = useState(0); const [end, setEnd] = useState(false); const [term, setTerm] = useState("");