mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-13 22:23:48 -05:00
Fix typo in handler function call name (#21829)
This commit is contained in:
parent
08c0e43b6f
commit
72a8af8088
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user