mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove the popular subscriptions table
We probably need a standalone page for this in the future, but removing this now allows people to use this page to see their subscriptions on web.
This commit is contained in:
parent
982bfe586c
commit
05a61968d9
1 changed files with 0 additions and 18 deletions
|
|
@ -62,24 +62,6 @@ export default function SubscriptionsPage(): JSX.Element {
|
|||
rows={rows}
|
||||
onDelete={setConfirmUnsubscribeName}
|
||||
/>
|
||||
|
||||
{/* TODO: Dynamically loaded from API response */}
|
||||
<Table
|
||||
heading={'Popular Newsletters'}
|
||||
headers={['Substack', 'Axios', 'Bloomberg']}
|
||||
rows={
|
||||
new Map([
|
||||
[
|
||||
'0',
|
||||
[
|
||||
'https://substack.com/',
|
||||
'https://www.axios.com/newsletters',
|
||||
'https://www.bloomberg.com/account/newsletters',
|
||||
],
|
||||
],
|
||||
])
|
||||
}
|
||||
/>
|
||||
</PrimaryLayout>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue