mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 04:38:55 +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');
|
setRelationshipUIState('default');
|
||||||
showToast(
|
showToast(
|
||||||
rel.showingReblogs
|
rel.showingReblogs
|
||||||
? `Boosts from @${username} disabled.`
|
? `Boosts from @${username} enabled.`
|
||||||
: `Boosts from @${username} enabled.`,
|
: `Boosts from @${username} disabled.`,
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(e);
|
alert(e);
|
||||||
|
|
Loading…
Reference in a new issue