fix share page timestamps
parent
5c3d490e59
commit
aadca5013a
|
|
@ -257,8 +257,8 @@ export function Part(props: PartProps) {
|
|||
</div>
|
||||
<ToolFooter
|
||||
time={
|
||||
DateTime.fromMillis(props.message.time.completed || 0)
|
||||
.diff(DateTime.fromMillis(props.message.time.created || 0))
|
||||
DateTime.fromMillis(props.part.state.time.start)
|
||||
.diff(DateTime.fromMillis(props.part.state.time.end))
|
||||
.toMillis()
|
||||
} />
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in New Issue