fetch request fixes
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user