From 5509c7dfe14d7e8bb5fbcfedbc8df2d1a26b72ec Mon Sep 17 00:00:00 2001 From: Leon Talbert Date: Wed, 17 Jul 2024 07:57:02 +0800 Subject: [PATCH] Temporarily remove bankless reminders --- .../sections/ExpirySection/ExpirySection.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.tsx b/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.tsx index d960a07c8..47f366c94 100644 --- a/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.tsx +++ b/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.tsx @@ -159,13 +159,14 @@ export const ExpirySection = ({ name, details }: Props) => { keepMenuOnTop width={220} items={[ - { - value: 'earnifi', - label: t('tabs.more.misc.reminderOptions.bankless'), - onClick: () => { - setShowEarnifiDialog(true) - }, - }, + // Put this back once the reminders are working again + // { + // value: 'earnifi', + // label: t('tabs.more.misc.reminderOptions.bankless'), + // onClick: () => { + // setShowEarnifiDialog(true) + // }, + // }, ...calendarOptions.map((option) => ({ label: t(option.label, { ns: 'profile' }), onClick: () =>