Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed May 29, 2024
1 parent 8b2edb2 commit df07f19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Components/Notes/Notes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ export default function Notes() {
const repository = useStore((state) => state.repository)
const selectedNoteId = useStore((state) => state.selectedNoteId)
const setComments = useStore((state) => state.setComments)
console.log('comments', comments)

const [hasError, setHasError] = useState(false)

const {user} = useAuth0()
const isMobile = useIsMobile()
console.log('user', user)

const selectedNote =
(notes && selectedNoteId) ?
Expand Down

0 comments on commit df07f19

Please sign in to comment.