fix model info not updating on top right banner

This commit is contained in:
宇溯 2026-01-29 04:04:52 -08:00
parent 0e2eebc681
commit 2b91fdbc7f
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ export const MainContent = () => {
return (
<>
<Static
key={uiState.historyRemountKey}
key={`${uiState.historyRemountKey}-${uiState.currentModel}`}
items={[
<AppHeader key="app-header" version={version} />,
...uiState.history.map((h) => (