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>
)
}
function MarketClosedNotification(props: {
notification: Notification
highlighted: boolean
justSummary: boolean
isChildOfGroup?: boolean
}) {
const { notification, isChildOfGroup, highlighted, justSummary } = props
const { notification, isChildOfGroup, highlighted } = props
notification.sourceUserAvatarUrl = MANIFOLD_AVATAR_URL
return (
<NotificationFrame