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
commit 0fbaa81199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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