Disable the Pocket integration button

This commit is contained in:
Jackson Harper 2023-04-15 08:24:30 +08:00
parent f9f8e33392
commit 2c29aa76b5

View file

@ -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])