fix(frontend): fix eslint errors

This commit is contained in:
Sam 2023-04-20 09:29:47 +02:00 committed by Gitea
parent d691d4b151
commit 70b4417128
9 changed files with 9 additions and 10 deletions

View file

@ -9,7 +9,7 @@
export let deleteField: () => void;
export let moveField: (up: boolean) => void;
let newEntry: string = "";
let newEntry = "";
const addEntry = (event: Event) => {
event.preventDefault();

View file

@ -3,7 +3,6 @@
import type { Pronoun, CustomPreference, CustomPreferences } from "$lib/api/entities";
import IconButton from "$lib/components/IconButton.svelte";
import {
Button,
ButtonDropdown,
Collapse,
DropdownItem,