Lint
This commit is contained in:
parent
abd9a5dd24
commit
fa1c04792b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user