webapp: Fix some lint errors
This commit is contained in:
parent
d86983b8d0
commit
8ed48db193
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user