Skip to content

Commit

Permalink
remove unneeded note
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Dec 16, 2024
1 parent c8e2dde commit 77589ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/components/data-catalog/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function DataCatalogContainer() {
const controlVars = useFiltersWithQS();
const navigate = useNavigate();

// @NOTE: Navigation as a callback passed into catalog core feature to decouple cards from naviation & routing logic
const handleCardNavigation = (path: string) => {
navigate(path);
};
Expand Down

0 comments on commit 77589ae

Please sign in to comment.