Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Nov 20, 2024
1 parent 14cac0c commit b0ef87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/common/components/MobileTopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function MobileTopNav({

const onSearchClick = useCallback(() => {
if (!configuration.searchValue) {
router.push('/apps');
return;
}
router.push(`/apps/search/${encodeURIComponent(configuration.searchValue)}`);
Expand Down

0 comments on commit b0ef87e

Please sign in to comment.