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