Skip to content

Commit

Permalink
Temporarily remove bankless reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Jul 16, 2024
1 parent 5424467 commit 5509c7d
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: () =>
Expand Down

0 comments on commit 5509c7d

Please sign in to comment.