Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-rushton committed May 5, 2024
1 parent 531c0d6 commit ea1a97c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/search/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,7 @@ function SearchBar(
>
{/* Because FilterHelp suspends, the entire sheet will suspend while it is loaded.
* This stops us having issues with incorrect frozen initial heights as it will
* get locked to the fallback height if we don't do this.
*/}
* get locked to the fallback height if we don't do this. */}
<Sheet
onClose={() => setFilterHelpOpen(false)}
header={
Expand Down

0 comments on commit ea1a97c

Please sign in to comment.