mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-23 01:37:16 -07:00
chore: update channels
This commit is contained in:
@@ -46,7 +46,11 @@ export const ChannelsList: React.FC<ChannelsListProps> = ({ channels }) => {
|
||||
<Text color={theme.text.secondary}>
|
||||
Direction:{' '}
|
||||
<Text
|
||||
color={channel.supportsReply ? 'green' : theme.text.secondary}
|
||||
color={
|
||||
channel.supportsReply
|
||||
? theme.status.success
|
||||
: theme.text.secondary
|
||||
}
|
||||
>
|
||||
{channel.supportsReply ? 'two-way' : 'one-way'}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user