diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 5ca592fb..74f53e7d 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -133,7 +133,14 @@ export const InterpretationLog = () => { onClose={toggleDrawer(false)} onOpen={toggleDrawer(true)} PaperProps={{ - sx: { background: 'white', color: 'black', padding: '10px', height: 720, width: width - 10, display: 'flex' } + sx: { + background: 'white', + color: 'black', + padding: '10px', + height: 720, + width: width - 10, + display: 'flex' + } }} >