mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2051 from omnivore-app/fix/hide-pocket-integration
Disable the Pocket integration button
This commit is contained in:
commit
0fbaa81199
1 changed files with 2 additions and 0 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue