lint: fix lint errors
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import {forwardRef, useRef, useState, useEffect} from 'react'
|
||||
import {
|
||||
forwardRef,
|
||||
useRef,
|
||||
useState,
|
||||
useEffect
|
||||
} from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import Table from '@mui/material/Table'
|
||||
import TableBody from '@mui/material/TableBody'
|
||||
@@ -300,8 +305,8 @@ export default function ListVersions({
|
||||
color='primary'
|
||||
size='small'
|
||||
value={viewMode}
|
||||
onChange={handleViewModeChange}
|
||||
sx={{alignSelf: {xs: 'center', sm: 'auto'}}}
|
||||
onChange={handleViewModeChange}
|
||||
>
|
||||
<ToggleButton value='table' aria-label='vue tableau'>
|
||||
<ViewListIcon fontSize='small' sx={{mr: 0.5}} />
|
||||
|
||||
Reference in New Issue
Block a user