diff --git a/frontend/src/component/commandBar/CommandQuickSuggestions.tsx b/frontend/src/component/commandBar/CommandQuickSuggestions.tsx index 42307252b48f..025a02f410d5 100644 --- a/frontend/src/component/commandBar/CommandQuickSuggestions.tsx +++ b/frontend/src/component/commandBar/CommandQuickSuggestions.tsx @@ -19,6 +19,7 @@ const toListItemButton = ( if (item.featureId && item.projectId) { return ( void; }) => { @@ -95,7 +95,7 @@ export const RecentlyVisitedPathButton = ({ return ( void; }) => { const { trackEvent } = usePlausibleTracker(); @@ -141,7 +141,7 @@ export const RecentlyVisitedProjectButton = ({ if (projectDeleted) return null; return ( void; @@ -185,7 +185,7 @@ export const RecentlyVisitedFeatureButton = ({ }; return (