bugfixing
This commit is contained in:
parent
c94b60cb0e
commit
fb8eb291c4
@ -47,7 +47,7 @@
|
|||||||
let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL;
|
let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL;
|
||||||
|
|
||||||
|
|
||||||
const trialLeftDays = addDays(data, 7, '');
|
const trialLeftDays = Math?.floor(addDays(data, 7, ''));
|
||||||
|
|
||||||
async function pushNotification() {
|
async function pushNotification() {
|
||||||
Notification?.requestPermission()?.then(perm => {
|
Notification?.requestPermission()?.then(perm => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user