From be24f2acec6d288e7be64e6d2096a06c4d41f60b Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 29 Dec 2024 16:53:09 -0800 Subject: [PATCH] Update dev-center.js --- src/dev-center/js/dev-center.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dev-center/js/dev-center.js b/src/dev-center/js/dev-center.js index 8bc8a73e..28062d01 100644 --- a/src/dev-center/js/dev-center.js +++ b/src/dev-center/js/dev-center.js @@ -1601,17 +1601,17 @@ function generate_app_card(app) { // users count h += ``; - h += `${number_format((app.stats.referral_count ?? 0) + app.stats.user_count)}`; + h += `${number_format((app.stats.referral_count ?? 0) + app.stats.user_count)}`; h += ``; // opens h += ``; - h += `${number_format(app.stats.open_count)}`; + h += `${number_format(app.stats.open_count)}`; h += ``; // Created h += ``; - h += `${moment(app.created_at).format('MMM Do, YYYY')}`; + h += `${moment(app.created_at).format('MMM Do, YYYY')}`; h += ``; h += ``;