This commit is contained in:
Ian Philips 2022-10-06 21:27:03 -04:00
parent abd9a5dd24
commit fa1c04792b

View File

@ -980,13 +980,14 @@ function BetFillNotification(props: {
</NotificationFrame> </NotificationFrame>
) )
} }
function MarketClosedNotification(props: { function MarketClosedNotification(props: {
notification: Notification notification: Notification
highlighted: boolean highlighted: boolean
justSummary: boolean justSummary: boolean
isChildOfGroup?: boolean isChildOfGroup?: boolean
}) { }) {
const { notification, isChildOfGroup, highlighted, justSummary } = props const { notification, isChildOfGroup, highlighted } = props
notification.sourceUserAvatarUrl = MANIFOLD_AVATAR_URL notification.sourceUserAvatarUrl = MANIFOLD_AVATAR_URL
return ( return (
<NotificationFrame <NotificationFrame