diff --git a/functions/src/email-templates/market-close.html b/functions/src/email-templates/market-close.html index 4abd225e..b742c533 100644 --- a/functions/src/email-templates/market-close.html +++ b/functions/src/email-templates/market-close.html @@ -483,11 +483,7 @@ color: #999; text-decoration: underline; margin: 0; - ">our Discord! Or, - click here to unsubscribe from this type of notification. + ">our Discord! diff --git a/web/components/contract/contract-tabs.tsx b/web/components/contract/contract-tabs.tsx index 0b3585ca..c4fddca5 100644 --- a/web/components/contract/contract-tabs.tsx +++ b/web/components/contract/contract-tabs.tsx @@ -136,6 +136,8 @@ const CommentsTabContent = memo(function CommentsTabContent(props: { ) } else { + // TODO: links to comments are broken because tips load after render and + // comments will reorganize themselves if there are tips/bounties awarded const tipsOrBountiesAwarded = Object.keys(tips).length > 0 || comments.some((c) => c.bountiesAwarded) diff --git a/web/components/notification-settings.tsx b/web/components/notification-settings.tsx index 1b5cac40..ad9adbdf 100644 --- a/web/components/notification-settings.tsx +++ b/web/components/notification-settings.tsx @@ -118,7 +118,7 @@ export function NotificationSettings(props: { const yourMarkets: SectionData = { label: 'Markets You Created', subscriptionTypes: [ - 'your_contract_closed', + // 'your_contract_closed', 'all_comments_on_my_markets', 'all_answers_on_my_markets', 'subsidized_your_market',