tui: fix call to HistoryCell factory with missing arg

This commit is contained in:
pakrym-oai
2026-01-30 15:27:11 -08:00
parent 59626a86e2
commit 8488301184

View File

@@ -2939,6 +2939,7 @@ mod tests {
app.chat_widget.current_model(),
event,
is_first,
None,
)) as Arc<dyn HistoryCell>
};