File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/opencode/src/cli/cmd/tui/routes/session Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1049,12 +1049,12 @@ function UserMessage(props: {
10491049 < Show
10501050 when = { queued ( ) }
10511051 fallback = {
1052- < span style = { { fg : theme . textMuted } } >
1053- { ctx . usernameVisible ( ) ? " · " : " " }
1054- { ctx . showTimestamps ( )
1055- ? Locale . todayTimeOrDateTime ( props . message . time . created )
1056- : Locale . time ( props . message . time . created ) }
1057- </ span >
1052+ < Show when = { ctx . showTimestamps ( ) } >
1053+ < span style = { { fg : theme . textMuted } } >
1054+ { ctx . usernameVisible ( ) ? " · " : " " }
1055+ { Locale . todayTimeOrDateTime ( props . message . time . created ) }
1056+ </ span >
1057+ </ Show >
10581058 }
10591059 >
10601060 < span style = { { bg : theme . accent , fg : theme . backgroundPanel , bold : true } } > QUEUED </ span >
You can’t perform that action at this time.
0 commit comments