More linting

This commit is contained in:
Niek van der Maas
2023-03-20 15:47:11 +01:00
parent 5fb12c1f41
commit c5fd70df5f
6 changed files with 16 additions and 10 deletions

View File

@@ -78,7 +78,7 @@
const clickedElement = event.target as HTMLButtonElement
// Get the next element
const nextElement = clickedElement.nextElementSibling
const nextElement = clickedElement.nextElementSibling as HTMLElement
// Modify the appearance of the button
const originalButtonContent = clickedElement.innerHTML