Update apps.js

This commit is contained in:
jelveh
2025-08-06 09:34:21 -07:00
parent a73d10826c
commit f06abf96b3
+1
View File
@@ -61,6 +61,7 @@ async function init_apps() {
if (dev_profile.joined_incentive_program) {
$('.tab-btn[data-tab="payout-method"]').show();
$('#payout-method-email').html(dev_profile.paypal);
$('.tab-btn-separator').show();
}
})
}