mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 01:48:50 +01:00
fix: enable/disable boosts button logic
This commit is contained in:
parent
5d6a43e5d2
commit
04588874c7
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