Fix lint
parent
90ef355fbf
commit
ce2e18f01a
|
|
@ -83,9 +83,9 @@ const styles = (theme) =>
|
||||||
|
|
||||||
'&.left' :
|
'&.left' :
|
||||||
{
|
{
|
||||||
backgroundColor : 'rgba(0, 0, 0, 0.25)',
|
backgroundColor : 'rgba(0, 0, 0, 0.25)',
|
||||||
display : 'grid',
|
display : 'grid',
|
||||||
gap : '1px 5px',
|
gap : '1px 5px',
|
||||||
|
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
gridTemplateAreas : '\
|
gridTemplateAreas : '\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue