Fix lint errors

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-18 09:08:26 +04:00
parent e21482362b
commit 32aac7dd9d
14 changed files with 68 additions and 70 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ function Dekoneksyon({chimen, tooltipPlacement, ...props}) {
return (
<>
<Link href='/api/auth/signout'>
<Link passHref href='/api/auth/signout'>
<DekoneksonTooltip title='Dékoneksyon' placement={tooltipPlacement} TransitionComponent={Zoom}>
<Fab
className={classes.dekoneksyon}
+1 -1
View File
@@ -12,7 +12,7 @@ export default function LoginProvider({id, title, icon, callbackUrl}) {
}
return (
<Link href='/api/auth/signin'>
<Link passHref href='/api/auth/signin'>
<Button
variant='contained'
color='primary'