fix: screen fixed for WebKit
Déploiement FRONT PROD / check (push) Successful in 2m11s
Déploiement FRONT PROD / deploy (push) Successful in 21s

This commit is contained in:
2026-06-16 13:13:47 +04:00
parent d80a77d9e7
commit a89196909e
2 changed files with 1 additions and 5 deletions
+1 -2
View File
@@ -6,7 +6,7 @@ import Typography from '@mui/material/Typography'
import Box from '@mui/material/Box'
import Skeleton from '@mui/material/Skeleton'
import LinearProgress from '@mui/material/LinearProgress'
import {useTheme, useColorScheme, styled} from '@mui/material/styles'
import {useColorScheme, styled} from '@mui/material/styles'
import Table from '@mui/material/Table'
import TableHead from '@mui/material/TableHead'
import TableBody from '@mui/material/TableBody'
@@ -50,7 +50,6 @@ function formatSize(size) {
}
export default function FilesList({files}) {
const theme = useTheme()
const {mode} = useColorScheme()
const [audioMeta, setAudioMeta] = useState(audioMetaCache)
const [downloading, setDownloading] = useState({})