From 8071db8f350a648e35646efca6ee96fab95e6e18 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Wed, 3 Jan 2024 23:30:35 -0800 Subject: [PATCH] fixing not allow unsealed channel type --- net/web/src/session/channels/Channels.jsx | 6 ++++-- .../src/session/channels/addChannel/useAddChannel.hook.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/web/src/session/channels/Channels.jsx b/net/web/src/session/channels/Channels.jsx index 90eca41d..264b69b7 100644 --- a/net/web/src/session/channels/Channels.jsx +++ b/net/web/src/session/channels/Channels.jsx @@ -1,4 +1,4 @@ -import { Modal, Input, List, Button } from 'antd'; +import { Modal, Input, List, Button, Tooltip } from 'antd'; import { ChannelsWrapper } from './Channels.styled'; import { CommentOutlined, SearchOutlined } from '@ant-design/icons'; import { useChannels } from './useChannels.hook'; @@ -42,7 +42,9 @@ export function Channels({ open, active }) { { state.display !== 'small' && (
- + + +
)} { keys.push(card.state.cards.get(id).data.cardProfile.seal);