Skip to content

Commit 1895661

Browse files
fix: typo
1 parent e5b70ac commit 1895661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/admin+/cache.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function CacheAdminRoute() {
9898
const handleFormChange = useDebounce(async (form: HTMLFormElement) => {
9999
await submit(form)
100100
}, 400)
101-
2
101+
102102
return (
103103
<div className="container">
104104
<h1 className="text-h1">Cache Admin</h1>

0 commit comments

Comments
 (0)