mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 01:42:19 +00:00
Complete date now showing in commands
This commit is contained in:
@@ -265,7 +265,7 @@ const DeviceCommands = ({ selectedDeviceId }) => {
|
||||
scopedSlots={{
|
||||
completed: (item) => (
|
||||
<td>
|
||||
{item.completed && item.completed === 0
|
||||
{item.completed && item.completed !== 0
|
||||
? prettyDate(item.completed)
|
||||
: 'Pending'}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user