fetch request fixes

This commit is contained in:
2026-07-11 17:18:42 +05:30
parent 99cc5afb7c
commit 04aa16b564

View File

@@ -102,7 +102,6 @@ export default function Header({
> >
{[ {[
{ label: "Fetch", path: "/fetch-requests" }, { label: "Fetch", path: "/fetch-requests" },
{ label: "Reports", path: "/reports" },
].map(({ label, path }) => ( ].map(({ label, path }) => (
<Button <Button
key={path} key={path}