mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:23:08 +02:00
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',
|
||||
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