fix: enable/disable boosts button logic
This commit is contained in:
parent
5d6a43e5d2
commit
04588874c7
|
@ -1159,8 +1159,8 @@ function RelatedActions({
|
|||
setRelationshipUIState('default');
|
||||
showToast(
|
||||
rel.showingReblogs
|
||||
? `Boosts from @${username} disabled.`
|
||||
: `Boosts from @${username} enabled.`,
|
||||
? `Boosts from @${username} enabled.`
|
||||
: `Boosts from @${username} disabled.`,
|
||||
);
|
||||
} catch (e) {
|
||||
alert(e);
|
||||
|
|
Loading…
Reference in a new issue