diff --git a/src/components/left/main/LeftMainHeader.tsx b/src/components/left/main/LeftMainHeader.tsx index 56afcd3b4..b131067db 100644 --- a/src/components/left/main/LeftMainHeader.tsx +++ b/src/components/left/main/LeftMainHeader.tsx @@ -52,6 +52,7 @@ type DispatchProps = Pick = ({ }, 0); }, [hasMenu, chatsById]); + const withOtherVersions = window.location.hostname === PRODUCTION_HOSTNAME; + const MainButton: FC<{ onTrigger: () => void; isOpen?: boolean }> = useMemo(() => { return ({ onTrigger, isOpen }) => (