mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
Fixed #367 - Cannot unlink Patreon account after linking
This commit is contained in:
parent
3130905852
commit
88ad7fc177
@ -198,6 +198,8 @@ beestat.component.modal.patreon_status.prototype.get_title_ = function() {
|
||||
* @return {[beestat.component.button]} The buttons.
|
||||
*/
|
||||
beestat.component.modal.patreon_status.prototype.get_buttons_ = function() {
|
||||
const self = this;
|
||||
|
||||
if (beestat.user.patreon_is_connected() === true) {
|
||||
const unlink = new beestat.component.tile()
|
||||
.set_text('Unlink')
|
||||
|
Loading…
x
Reference in New Issue
Block a user