1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Fixed minor contribution bug

This commit is contained in:
Jon Ziebell 2022-10-19 21:43:17 -04:00
parent 019abf7187
commit 5be7b7315c

View File

@ -129,9 +129,7 @@ beestat.component.card.contribute_status.prototype.decorate_patreon_ = function(
if (beestat.user.patreon_is_connected() === true) { if (beestat.user.patreon_is_connected() === true) {
self.state_.patreon_connecting = false; self.state_.patreon_connecting = false;
const user = beestat.user.get(); if (beestat.user.patreon_is_active() === true) {
if (user.patreon_status.patron_status === 'active_patron') {
status_tile status_tile
.set_icon('check') .set_icon('check')
.set_text_color(beestat.style.color.green.base) .set_text_color(beestat.style.color.green.base)