diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-23 19:37:13 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-25 16:58:34 -0400 |
| commit | 76e117f0bd9ea20bfc1d0d9f9571a23e578e8f2a (patch) | |
| tree | d48096c005bd336128b77089f0d67f9bf85b3a43 /docs/src/components/RandomKey | |
| parent | 0447a7fd3aa5b832200dbd7ef33b1de52dc79512 (diff) | |
| download | anubis-76e117f0bd9ea20bfc1d0d9f9571a23e578e8f2a.tar.xz anubis-76e117f0bd9ea20bfc1d0d9f9571a23e578e8f2a.zip | |
review feedback fixups
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs/src/components/RandomKey')
| -rw-r--r-- | docs/src/components/RandomKey/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<String>(genRandomKey()); const [refresh, setRefresh] = useState<number>(0); useEffect(() => { - setKey(genRandomKey); + setKey(genRandomKey()); }, [refresh]); return ( <span> |
