mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Merge pull request #584 from coxde/patch-1
fix: enable/disable boosts button logic
This commit is contained in:
commit
87be0cad16
1 changed files with 2 additions and 2 deletions
|
@ -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