mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 19:44:30 -07:00
chore: cleanup
This commit is contained in:
committed by
Keith Guerin
parent
bfcf4959ba
commit
97d397353c
@@ -182,7 +182,7 @@ export const FooterConfigDialog: React.FC<FooterConfigDialogProps> = ({
|
||||
if (!item) return null;
|
||||
return {
|
||||
key: id,
|
||||
label: item.id as string,
|
||||
label: id,
|
||||
description: item.description as string,
|
||||
};
|
||||
})
|
||||
@@ -327,7 +327,7 @@ export const FooterConfigDialog: React.FC<FooterConfigDialogProps> = ({
|
||||
},
|
||||
'git-branch': {
|
||||
header: 'Branch',
|
||||
data: <Text color={getColor('git-branch', itemColor)}>main*</Text>,
|
||||
data: <Text color={getColor('git-branch', itemColor)}>main</Text>,
|
||||
},
|
||||
'sandbox-status': {
|
||||
header: '/docs',
|
||||
|
||||
Reference in New Issue
Block a user