feat: add karaoke modal
This commit is contained in:
@@ -18,6 +18,7 @@ import VweKouteAchte from './vwe-koute-achte'
|
||||
|
||||
import DrawerBar from './drawer-bar'
|
||||
import Pataje from './pataje'
|
||||
import KaraokeModal from './karaoke-modal'
|
||||
|
||||
const drawerWidth = 240
|
||||
|
||||
@@ -137,6 +138,9 @@ export default function TeksDrawer({paroles}) {
|
||||
<DrawerBar meteEsMobilOuve={setMobileOpen} paroles={paroles} />
|
||||
</Drawer>
|
||||
</Box>
|
||||
{parole?.karaokeUrl && (
|
||||
<KaraokeModal url={parole.karaokeUrl} titre={parole.titre} artistes={parole.artistes} />
|
||||
)}
|
||||
{success && (
|
||||
<Snackbar open={open} autoHideDuration={3000} onClose={handleClose}>
|
||||
<Alert severity='success' onClose={handleClose}>
|
||||
|
||||
Reference in New Issue
Block a user