diff --git a/web/src/components/common/App.tsx b/web/src/components/common/App.tsx
index 84ec4a2..e735e6e 100644
--- a/web/src/components/common/App.tsx
+++ b/web/src/components/common/App.tsx
@@ -38,6 +38,9 @@ import { SupportButton } from './Support'
const AppLoggedIn = forwardRef((_props, ref) => {
const email = useSelector((state: RootState) => state.auth.email)
+ const tool = getParsedIframeInfo().tool
+ const toolVersion = getParsedIframeInfo().toolVersion
+ const isSheets = tool == 'google' && toolVersion == 'sheets'
useEffect(() => {
getBillingInfo().then(billingInfo => {
dispatch(setBillingInfo({
@@ -145,7 +148,7 @@ const AppLoggedIn = forwardRef((_props, ref) => {
{sidePanelTabName === 'settings' ? : }
{/* {configs.IS_DEV ? : null} */}
-
+ { !isSheets && }
{platformShortcut} to toggle