Skip to content

Commit

Permalink
Merge pull request #24 from azeddine-hmd/dev
Browse files Browse the repository at this point in the history
ignoring some outdated component
  • Loading branch information
azeddine-hmd authored Dec 26, 2023
2 parents 88e67a6 + ac4fecc commit 779244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/organisms/quick-search-popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function QuickSearchPopup() {

<div className="h-[365px] w-[570px] rounded-lg bg-gray-600 p-5 pb-0">
<SearchField onTextChanged={(e) => onSearchTextChanged(e)} />
<SearchResult searchText={searchText} />
{/* <SearchResult searchText={searchText} /> */}
</div>
</nav>
</Popup>
Expand Down

0 comments on commit 779244c

Please sign in to comment.