chorE: lint
This commit is contained in:
@@ -140,7 +140,7 @@ export const InterpretationLog = () => {
|
|||||||
{
|
{
|
||||||
getList ? (
|
getList ? (
|
||||||
<>
|
<>
|
||||||
<TableContainer component={Paper}>
|
<TableContainer component={Paper}>
|
||||||
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
|
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
|
||||||
<TableHead>
|
<TableHead>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
@@ -169,7 +169,7 @@ export const InterpretationLog = () => {
|
|||||||
</TableBody>
|
</TableBody>
|
||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer>
|
||||||
|
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
|
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
|
||||||
<RadioGroup row>
|
<RadioGroup row>
|
||||||
|
|||||||
Reference in New Issue
Block a user