temporarily turn off gate
This commit is contained in:
@@ -295,11 +295,12 @@ function InnerReady({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{convo?.kind === 'group' && <GroupChatGate />}
|
{/*{!IS_INTERNAL && convo?.kind === 'group' && <GroupChatGate />}*/}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
function GroupChatGate() {
|
function GroupChatGate() {
|
||||||
const {t: l} = useLingui()
|
const {t: l} = useLingui()
|
||||||
const ax = useAnalytics()
|
const ax = useAnalytics()
|
||||||
|
|||||||
Reference in New Issue
Block a user