diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 10ae1ec8..2001c557 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -774,8 +774,17 @@ function NotificationTextLabel(props: { ) if (sourceText === 'CANCEL') return if (sourceText === 'MKT' || sourceText === 'PROB') return + // Numeric market - return + if (parseFloat(sourceText)) + return + + // Free response market + return ( +
+ +
+ ) } } // Close date will be a number - it looks better without it