lint: fix lint errors
Déploiement Frontend BETA / Lint et tests (push) Successful in 1m58s
Déploiement Frontend BETA / Déploiement beta (push) Failing after 6m57s

This commit is contained in:
2026-05-15 21:26:03 +04:00
parent f38ff8202d
commit 7e6dc2a536
6 changed files with 11 additions and 8 deletions
+7 -2
View File
@@ -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}} />