chore: lint
This commit is contained in:
@@ -70,7 +70,16 @@ export const InterpretationLog = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<button onClick={toggleDrawer(true)} style={{ color: 'white', background: '#3f4853', border: 'none', padding: '10px 20px', width: 1280, textAlign: 'left' }}>
|
<button
|
||||||
|
onClick={toggleDrawer(true)}
|
||||||
|
style={{
|
||||||
|
color: 'white',
|
||||||
|
background: '#3f4853',
|
||||||
|
border: 'none',
|
||||||
|
padding: '10px 20px',
|
||||||
|
width: 1280,
|
||||||
|
textAlign: 'left'
|
||||||
|
}}>
|
||||||
Interpretation Log
|
Interpretation Log
|
||||||
</button>
|
</button>
|
||||||
<SwipeableDrawer
|
<SwipeableDrawer
|
||||||
|
|||||||
Reference in New Issue
Block a user