Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 4, 2025
1 parent 0231571 commit 788ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Search({ searchList }) {
)}
{notes &&
notes.map((note) => (
<NoteItem note={note} />
<NoteItem client:load note={note} />
))}
</>
)
Expand Down

0 comments on commit 788ce6b

Please sign in to comment.