chore: Shut up eslint
This commit is contained in:
parent
5743dc4c2c
commit
ea8ec7f4ce
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue