This commit is contained in:
Sebastian Herrlinger
2026-03-24 23:58:10 +01:00
parent 2043b786c9
commit ed0920b558
@@ -17,7 +17,7 @@ function View(props: { api: TuiPluginApi; session_id: string }) {
if (!last) {
return {
tokens: 0,
percent: null as number | null,
percent: null,
}
}