webapp: Fix some lint errors

This commit is contained in:
Thomas Basler 2022-10-17 18:35:32 +02:00
parent d86983b8d0
commit 8ed48db193

View File

@ -128,7 +128,7 @@
</div>
</div>
<EventLog v-if="!eventLogLoading" :eventLogList="eventLogList" />
<EventLog v-if="!eventLogLoading" :eventLogList="(eventLogList as any)" />
</div>
<div class="modal-footer">
@ -154,7 +154,7 @@
</div>
</div>
<DevInfo v-if="!devInfoLoading" :devInfoList="devInfoList" />
<DevInfo v-if="!devInfoLoading" :devInfoList="(devInfoList as any)" />
</div>
<div class="modal-footer">