Skip to content

Commit

Permalink
* Test CI new Conway
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcastel50 committed Jan 15, 2025
1 parent 025a4a8 commit ec31b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Notes/NotesControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function NotesControl() {
}, [selectedNoteId])

// TODO(pablo): hack, move into helper
// nickcastel50: this wasn't running if the hash changed - cleaned it up
// nickcastel50: This wasn't running if the hash changed - cleaned it up
useEffect(() => {
const updateIdsFromHash = () => {
// Retrieve the note ID from the URL hash
Expand Down

0 comments on commit ec31b51

Please sign in to comment.