From 76e117f0bd9ea20bfc1d0d9f9571a23e578e8f2a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 23 Mar 2025 19:37:13 -0400 Subject: review feedback fixups Signed-off-by: Xe Iaso --- docs/src/components/RandomKey/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/components/RandomKey/index.tsx') diff --git a/docs/src/components/RandomKey/index.tsx b/docs/src/components/RandomKey/index.tsx index 4f94a4d..f1eb63a 100644 --- a/docs/src/components/RandomKey/index.tsx +++ b/docs/src/components/RandomKey/index.tsx @@ -22,7 +22,7 @@ export default function RandomKey() { const [key, setKey] = useState(genRandomKey()); const [refresh, setRefresh] = useState(0); useEffect(() => { - setKey(genRandomKey); + setKey(genRandomKey()); }, [refresh]); return ( -- cgit v1.2.3