Merge pull request #2051 from omnivore-app/fix/hide-pocket-integration
Disable the Pocket integration button
This commit is contained in:
@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user