tui: remove bullet prefix from timestamps in session view for cleaner display
This commit is contained in:
parent
f1dc9818b6
commit
a0831eade1
1 changed files with 2 additions and 2 deletions
|
|
@ -969,8 +969,8 @@ function UserMessage(props: {
|
||||||
fallback={
|
fallback={
|
||||||
<span style={{ fg: theme.textMuted }}>
|
<span style={{ fg: theme.textMuted }}>
|
||||||
{ctx.showTimestamps()
|
{ctx.showTimestamps()
|
||||||
? `· ${Locale.todayTimeOrDateTime(props.message.time.created)}`
|
? Locale.todayTimeOrDateTime(props.message.time.created)
|
||||||
: `· ${Locale.time(props.message.time.created)}`}
|
: Locale.time(props.message.time.created)}
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue