parent
1518c5ddb0
commit
5f5712a3ee
1 changed files with 5 additions and 1 deletions
|
@ -260,7 +260,11 @@ export default function(props: MfmProps) {
|
||||||
class: 'ti ti-clock',
|
class: 'ti ti-clock',
|
||||||
style: 'margin-right: 0.25em;',
|
style: 'margin-right: 0.25em;',
|
||||||
}),
|
}),
|
||||||
h(MkTime, { time: unixtime * 1000, mode: 'detail' }),
|
h(MkTime, {
|
||||||
|
key: Math.random(),
|
||||||
|
time: unixtime * 1000,
|
||||||
|
mode: 'detail',
|
||||||
|
}),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue