chore: lint

This commit is contained in:
karishmas6
2024-08-22 07:38:15 +05:30
parent 839a742757
commit 8779b2d693

View File

@@ -70,7 +70,16 @@ export const InterpretationLog = () => {
return (
<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
</button>
<SwipeableDrawer