Refactor: entferne ungenutzte Variable

This commit is contained in:
2023-02-27 18:12:04 +01:00
parent 072e99c6fb
commit 3452aa9999
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<h1>{TITLE}</h1>
</header>
<article>
<Formular bind:activeRecord={activeRecord} bind:currentPage/>
<Formular bind:activeRecord={activeRecord}/>
</article>
</section>
{/if}
@@ -94,7 +94,6 @@
let nextDate = null
let activeRecordList = []
export let activeRecord = null
export let currentPage = 1
let period_of_edit
let makeTimekeepingList