Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby authored Oct 29, 2023
1 parent 694fcf7 commit 629a41b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/flavours/glitch/components/status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ class Status extends ImmutablePureComponent {
}

render () {
const { signedIn } = this.context.identity;
const {
handleRef,
parseClick,
Expand Down Expand Up @@ -841,7 +842,7 @@ class Status extends ImmutablePureComponent {
numVisible={visibleReactions}
addReaction={this.props.onReactionAdd}
removeReaction={this.props.onReactionRemove}
canReact={this.context.identity.signedIn}
canReact={ signedIn }
/>

{!isCollapsed || !(muted || !settings.getIn(['collapsed', 'show_action_bar'])) ? (
Expand Down

0 comments on commit 629a41b

Please sign in to comment.