fix icon
This commit is contained in:
parent
162cf4071f
commit
b167d94ba1
|
@ -224,7 +224,7 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif
|
||||||
} as const satisfies Record<typeof data.body.exportedEntity, string>;
|
} as const satisfies Record<typeof data.body.exportedEntity, string>;
|
||||||
|
|
||||||
return [i18n.tsx._notification.exportOfXCompleted({ x: entityName[data.body.exportedEntity] }), {
|
return [i18n.tsx._notification.exportOfXCompleted({ x: entityName[data.body.exportedEntity] }), {
|
||||||
badge: iconUrl('users'),
|
badge: iconUrl('circle-check'),
|
||||||
data,
|
data,
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue