Skip to content

Commit

Permalink
Merge pull request #584 from coxde/patch-1
Browse files Browse the repository at this point in the history
fix: enable/disable boosts button logic
  • Loading branch information
cheeaun authored Jun 27, 2024
2 parents 5d6a43e + 0458887 commit 87be0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/account-info.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 87be0ca

Please sign in to comment.