Remove text in EntegreMizik
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import {Box, IconButton, Typography} from '@mui/material'
|
import {Box, IconButton} from '@mui/material'
|
||||||
import PropTypes from 'prop-types'
|
import PropTypes from 'prop-types'
|
||||||
import {useRouter} from 'next/router'
|
import {useRouter} from 'next/router'
|
||||||
|
|
||||||
@@ -121,10 +121,6 @@ function EntegreMizik({anTeks, isMobile}) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Box align='center'>
|
<Box align='center'>
|
||||||
<Typography variant='overline' display='block'>
|
|
||||||
Écouter
|
|
||||||
</Typography>
|
|
||||||
|
|
||||||
{!okiMizikID && filteredKouteyAchtey.map(({_id, boutik, url}) => (
|
{!okiMizikID && filteredKouteyAchtey.map(({_id, boutik, url}) => (
|
||||||
<IconButton
|
<IconButton
|
||||||
key={_id}
|
key={_id}
|
||||||
|
|||||||
Reference in New Issue
Block a user