chore: update style

This commit is contained in:
zerosoul
2022-05-20 11:30:28 +08:00
parent b056cd56c5
commit 17ef9a31b1
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import NavItem from "./NavItem";
export default function ChannelList({ setDropFiles }) {
const [currId, setCurrId] = useState(null);
const { channelIds } = useSelector((store) => {
return { channelIds: store.channels.ids, channelData: store.channels.byId };
return { channelIds: store.channels.ids };
});
const setRemoveChannel = (cid = undefined) => {