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 += ``;