We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3718ea commit 16fd4bcCopy full SHA for 16fd4bc
1 file changed
cli/src/components/status-bar.tsx
@@ -181,9 +181,7 @@ export const StatusBar = ({
181
? getFreebuffModel(freebuffSession.model).displayName
182
: null
183
return (
184
- <span fg={isUrgent ? theme.warning : theme.secondary}>
185
- {modelName ? `${modelName} · ` : ''}Free session ·{' '}
186
- {formatSessionRemaining(sessionProgress.remainingMs)}
+ <span fg={isUrgent ? theme.warning : theme.secondary}>{modelName ? `${modelName} · ` : ''}{formatSessionRemaining(sessionProgress.remainingMs)}
187
</span>
188
)
189
}
0 commit comments