mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
fix: add missing config parameter and closing Box tag in Footer
This commit is contained in:
parent
4ad4aab3fd
commit
53e34cb40a
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ export const Footer: React.FC = () => {
|
|||
promptTokenCount={promptTokenCount}
|
||||
model={model}
|
||||
terminalWidth={terminalWidth}
|
||||
config={config}
|
||||
/>
|
||||
</Text>
|
||||
),
|
||||
|
|
@ -134,6 +135,7 @@ export const Footer: React.FC = () => {
|
|||
{node}
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue