Skip to content

Commit

Permalink
[#3]added breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eriikah committed May 23, 2024
1 parent b4c926c commit 6298c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export function Configuration({
location: { type: string; info: { name: string; type?: string } };
}) {
const metadata = useAppSelector((state) => state.config.data.metadata);
console.log(location);
switch (location.type) {
case "app":
return (
Expand Down

0 comments on commit 6298c4d

Please sign in to comment.