Skip to content

Commit

Permalink
fix : ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Sep 29, 2023
1 parent cb018eb commit efa9022
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/app-search-icon/app-search-icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const AppSearchLaunch: React.FC<AppSearchLaunchProps> = () => {
const [searchParams] = useSearchParams();
const initialSearchTerm = isSearchPage ? searchParams.get("query") : "";



const [showSearchInput, setShowSearchInput] = useState(false);
const [canClickOutside, setCanClickOutside] = useState(false);

Expand Down

0 comments on commit efa9022

Please sign in to comment.