fix(push-notif): label "undefined à "
This commit is contained in:
parent
5858f93b8c
commit
f65aa4b01f
1 changed files with 3 additions and 1 deletions
|
|
@ -89,7 +89,9 @@ export default async function notifAlert(data) {
|
|||
|
||||
// Generate notification content
|
||||
const { title, body, bigText } = generateAlertContent({
|
||||
oneAlert: { alertTag, code, level },
|
||||
alertTag,
|
||||
code,
|
||||
level,
|
||||
initialDistance,
|
||||
reason,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue