Fix lint errors
This commit is contained in:
@@ -51,21 +51,17 @@ export default function VweKouteAchte({anTeks, niVideyo, niOdyo}) {
|
||||
const [ouve, meteOuve] = useState(false)
|
||||
const {kouteyAchtey, lyen} = anTeks
|
||||
|
||||
const kouteyAchteyActions = kouteyAchtey.map(({boutik, url}) => {
|
||||
return {
|
||||
icon: kouteyAchteyIcons[boutik],
|
||||
name: boutik,
|
||||
link: url
|
||||
}
|
||||
})
|
||||
const kouteyAchteyActions = kouteyAchtey.map(({boutik, url}) => ({
|
||||
icon: kouteyAchteyIcons[boutik],
|
||||
name: boutik,
|
||||
link: url
|
||||
}))
|
||||
|
||||
const vweyActions = lyen.map(({url, sit}) => {
|
||||
return {
|
||||
icon: vweyIcons[sit],
|
||||
name: sit,
|
||||
link: url
|
||||
}
|
||||
})
|
||||
const vweyActions = lyen.map(({url, sit}) => ({
|
||||
icon: vweyIcons[sit],
|
||||
name: sit,
|
||||
link: url
|
||||
}))
|
||||
|
||||
const handleOpen = () => {
|
||||
meteOuve(true)
|
||||
|
||||
Reference in New Issue
Block a user