mirror of
https://github.com/sst/opencode.git
synced 2025-08-28 17:04:10 +00:00
fix share page timestamps
This commit is contained in:
parent
5c3d490e59
commit
aadca5013a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue