mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 01:10:20 +01:00
webapp: Fix lint error
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<template v-for="event in eventLogList.events">
|
||||
<template v-for="event in eventLogList.events" :key="event">
|
||||
<tr>
|
||||
<td>{{ timeInHours(event.start_time) }}</td>
|
||||
<td>{{ timeInHours(event.end_time) }}</td>
|
||||
|
||||
Reference in New Issue
Block a user