mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-15 03:10:53 +01:00
webapp: Fix some lint errors
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<EventLog v-if="!eventLogLoading" :eventLogList="eventLogList" />
|
<EventLog v-if="!eventLogLoading" :eventLogList="(eventLogList as any)" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<DevInfo v-if="!devInfoLoading" :devInfoList="devInfoList" />
|
<DevInfo v-if="!devInfoLoading" :devInfoList="(devInfoList as any)" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user