chore: lint
This commit is contained in:
@@ -125,7 +125,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
}
|
}
|
||||||
}, [hasScrapeListAction, hasScrapeSchemaAction, hasScreenshotAction, setIsOpen]);
|
}, [hasScrapeListAction, hasScrapeSchemaAction, hasScreenshotAction, setIsOpen]);
|
||||||
|
|
||||||
const { darkMode} = useThemeMode();
|
const { darkMode } = useThemeMode();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid container>
|
<Grid container>
|
||||||
@@ -150,7 +150,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ArrowUpwardIcon fontSize="inherit" sx={{ marginRight: '10px'}} />
|
<ArrowUpwardIcon fontSize="inherit" sx={{ marginRight: '10px' }} />
|
||||||
{t('interpretation_log.titles.output_preview')}
|
{t('interpretation_log.titles.output_preview')}
|
||||||
</Button>
|
</Button>
|
||||||
<SwipeableDrawer
|
<SwipeableDrawer
|
||||||
|
|||||||
Reference in New Issue
Block a user