mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Only show unsubscribe in the feeds list
This commit is contained in:
parent
817e248922
commit
859e88dd1a
1 changed files with 2 additions and 2 deletions
|
|
@ -199,8 +199,8 @@ export default function Rss(): JSX.Element {
|
|||
)
|
||||
setOnPauseId(subscription.id)
|
||||
}}
|
||||
deleteTitle="Delete"
|
||||
editTitle={subscription.status === 'ACTIVE' ? 'Pause' : 'Resume'}
|
||||
deleteTitle="Unsubscribe"
|
||||
// editTitle={subscription.status === 'ACTIVE' ? 'Pause' : 'Resume'}
|
||||
sublineElement={
|
||||
<SpanBox
|
||||
css={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue