mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 02:04:22 +01:00
fix share page timestamps
This commit is contained in:
@@ -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()
|
||||
} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user