Unused vars
This commit is contained in:
parent
f9584c424d
commit
1c6cd07bd8
|
@ -345,14 +345,11 @@ function IncomeNotificationItem(props: {
|
||||||
const { notification, justSummary } = props
|
const { notification, justSummary } = props
|
||||||
const {
|
const {
|
||||||
sourceType,
|
sourceType,
|
||||||
sourceId,
|
|
||||||
sourceUserName,
|
sourceUserName,
|
||||||
sourceUserAvatarUrl,
|
sourceUserAvatarUrl,
|
||||||
reason,
|
reason,
|
||||||
sourceUserUsername,
|
sourceUserUsername,
|
||||||
createdTime,
|
createdTime,
|
||||||
sourceContractCreatorUsername,
|
|
||||||
sourceContractSlug,
|
|
||||||
} = notification
|
} = notification
|
||||||
const [highlighted] = useState(!notification.isSeen)
|
const [highlighted] = useState(!notification.isSeen)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user