mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 21:40:15 +09:00
fix: type checking
This commit is contained in:
parent
831a20b13a
commit
caefd5d480
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user