We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dc981 commit a0831eaCopy full SHA for a0831ea
1 file changed
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