We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c287e commit df8bdf9Copy full SHA for df8bdf9
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -969,8 +969,8 @@ function UserMessage(props: {
969
fallback={
970
<span style={{ fg: theme.textMuted }}>
971
{ctx.showTimestamps()
972
- ? `· ${Locale.todayTimeOrDateTime(props.message.time.created)}`
973
- : `· ${Locale.time(props.message.time.created)}`}
+ ? Locale.todayTimeOrDateTime(props.message.time.created)
+ : Locale.time(props.message.time.created)}
974
</span>
975
}
976
>
0 commit comments