Skip to content

Commit

Permalink
fix: removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed May 30, 2024
1 parent f944032 commit ae6ee96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const CartellaModulisticaView = ({ content }) => {
<TextOrBlocks content={content} />

{/* -------SEARCH------- */}
{(true || content?.ricerca_in_testata) && (
{content?.ricerca_in_testata && (
<CartellaModulisticaSearchBar setSearchableText={setSearchableText} />
)}

Expand Down

0 comments on commit ae6ee96

Please sign in to comment.