fix: type checking

This commit is contained in:
Zhang Minghan 2024-02-12 23:27:38 +08:00
parent 831a20b13a
commit caefd5d480

View File

@ -27,7 +27,6 @@ function ChatSpace() {
const [open, setOpen] = useState(false);
const { t } = useTranslation();
const contact = useSelector(infoContactSelector);
const subscription = useSelector(isSubscribedSelector);
const cn = getLanguage() === "cn";
const auth = useSelector(selectAuthenticated);