chore: lint
This commit is contained in:
@@ -113,26 +113,26 @@ export const InterpretationLog = () => {
|
|||||||
{
|
{
|
||||||
getList ? (
|
getList ? (
|
||||||
<>
|
<>
|
||||||
<p>What is the maximum number of rows you want to extract?</p>
|
<p>What is the maximum number of rows you want to extract?</p>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel id="demo-row-radio-buttons-group-label">Gender</FormLabel>
|
<FormLabel id="demo-row-radio-buttons-group-label">Gender</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
row
|
row
|
||||||
aria-labelledby="demo-row-radio-buttons-group-label"
|
aria-labelledby="demo-row-radio-buttons-group-label"
|
||||||
name="row-radio-buttons-group"
|
name="row-radio-buttons-group"
|
||||||
>
|
>
|
||||||
<FormControlLabel value="female" control={<Radio />} label="Female" />
|
<FormControlLabel value="female" control={<Radio />} label="Female" />
|
||||||
<FormControlLabel value="male" control={<Radio />} label="Male" />
|
<FormControlLabel value="male" control={<Radio />} label="Male" />
|
||||||
<FormControlLabel value="other" control={<Radio />} label="Other" />
|
<FormControlLabel value="other" control={<Radio />} label="Other" />
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
value="disabled"
|
value="disabled"
|
||||||
disabled
|
disabled
|
||||||
control={<Radio />}
|
control={<Radio />}
|
||||||
label="other"
|
label="other"
|
||||||
/>
|
/>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</>
|
</>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
<div style={{ float: "left", clear: "both" }}
|
<div style={{ float: "left", clear: "both" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user