chore: lint
This commit is contained in:
@@ -116,7 +116,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
|||||||
<div>
|
<div>
|
||||||
{isLoaded ? (
|
{isLoaded ? (
|
||||||
<Grid container direction="row" spacing={0}>
|
<Grid container direction="row" spacing={0}>
|
||||||
<Grid id="browser-content" ref={browserContentRef} item xs={10} sx={{ width: '900px', height: '500px'}}>
|
<Grid id="browser-content" ref={browserContentRef} item xs={10} sx={{ width: '900px', height: '500px' }}>
|
||||||
<BrowserContent />
|
<BrowserContent />
|
||||||
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user