Merge pull request #2051 from omnivore-app/fix/hide-pocket-integration

Disable the Pocket integration button
This commit is contained in:
Jackson Harper
2023-04-15 08:32:15 +08:00
committed by GitHub

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