Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 17, 2023
1 parent 578ec17 commit 71e21c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Components/Notes/Notes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ export default function Notes() {
return hasError ? <ApplicationError/> : (
<Stack
spacing={1}
sx={{
'@media (max-width: MOBILE_WIDTH)': {
paddingBottom: '400px',
},
}
}
>
{isCreateNoteActive && user && <NoteCardCreate/>}
{isCreateNoteActive && !user && <NoContent message={'Please login to create notes.'}/>}
Expand Down

0 comments on commit 71e21c9

Please sign in to comment.