From 2c29aa76b5fe2e9337de1a7458f18602476d2636 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Sat, 15 Apr 2023 08:24:30 +0800 Subject: [PATCH] Disable the Pocket integration button --- packages/web/pages/settings/integrations.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index 5a1d472af..128e97a02 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -180,6 +180,7 @@ export default function Integrations(): JSX.Element { action: () => router.push('/settings/webhooks'), }, }, + /* { icon: '/static/icons/pocket.svg', title: 'Pocket', @@ -195,6 +196,7 @@ export default function Integrations(): JSX.Element { }, }, }, + */ ]) }, [pocketConnected, readwiseConnected, webhooks])