From 05a61968d91b20c4f3bc88ab56881e471dfa80c0 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 9 Jan 2023 09:33:34 +0800 Subject: [PATCH] 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. --- packages/web/pages/settings/subscriptions.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/packages/web/pages/settings/subscriptions.tsx b/packages/web/pages/settings/subscriptions.tsx index e09d12a89..704edb121 100644 --- a/packages/web/pages/settings/subscriptions.tsx +++ b/packages/web/pages/settings/subscriptions.tsx @@ -62,24 +62,6 @@ export default function SubscriptionsPage(): JSX.Element { rows={rows} onDelete={setConfirmUnsubscribeName} /> - - {/* TODO: Dynamically loaded from API response */} - ) }