chorE: lint

This commit is contained in:
karishmas6
2024-08-26 20:03:18 +05:30
parent cce59d08c4
commit 14f89a695d

View File

@@ -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>