fix: corriger toutes les erreurs de lint restantes (263 -> 0)

This commit is contained in:
2026-07-04 14:34:50 +04:00
parent b193914c57
commit 454eefbe58
33 changed files with 210 additions and 159 deletions
+3 -2
View File
@@ -70,7 +70,8 @@ export default function Navigasyon() {
<Appdiv>
<div className={classes.root}>
<AppBar style={{zIndex: 1, boxShadow: 'none'}} position='fixed' color='default'>
{selectedTab !== undefined && <Tabs
{selectedTab !== undefined && (
<Tabs
allowScrollButtonsMobile
scrollButtons
centered={Boolean(!isMobile)}
@@ -91,7 +92,7 @@ export default function Navigasyon() {
<Tab icon={<MusicNoteIcon />} aria-label='Paroles' {...a11yProps(2)} />
<Tab icon={<RecordVoiceOverIcon />} aria-label='Artistes' {...a11yProps(3)} />
</Tabs>
}
)}
</AppBar>
</div>
</Appdiv>