Skip to content

Commit

Permalink
Fix typo in handler function call name (mastodon#21829)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and neatchee committed Dec 16, 2022
1 parent ff09047 commit 462db0a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
if (this.mediaQuery.removeEventListener) {
this.mediaQuery.removeEventListener('change', this.handleLayoutChange);
} else {
this.mediaQuery.removeListener(this.handleLayouteChange);
this.mediaQuery.removeListener(this.handleLayoutChange);
}
}
}
Expand Down

0 comments on commit 462db0a

Please sign in to comment.