1
0
Fork 0

chore: Shut up eslint

This commit is contained in:
joostdecock 2023-06-17 17:42:59 +02:00
parent 5743dc4c2c
commit ea8ec7f4ce

View file

@ -278,5 +278,6 @@ export const shortDate = (locale = 'en', timestamp = false) => {
}
export const scrollTo = (id) => {
// eslint-disable-next-line no-undef
if (document) document.getElementById(id).scrollIntoView()
}