Skip to content

Commit

Permalink
fix: Set ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadHossein committed May 27, 2021
1 parent 2fad091 commit 55cd19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { makeStyles } from '@material-ui/core'
export default makeStyles(theme => ({
root: {
gridArea: 'info-container',
display: 'flex', //TODO set to display none
display: 'none', //TODO set to display none as it is flex
height: '40px',
width: '90vmin',
justifyContent: 'center',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { makeStyles } from '@material-ui/core'

export default makeStyles(theme => ({
root: {
display: 'flex', //TODO set it to none value
display: 'none', //TODO set it to none value as it is flex
gridArea: 'message',
width: '90vmin',
height: '40px',
Expand Down

0 comments on commit 55cd19f

Please sign in to comment.