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