[Glitch] Fix typo in handler function call name

Port 691a69adf5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Nick Schonning 2022-12-15 10:37:17 -05:00 committed by Claire
parent 62c659e6bd
commit 89c6f1702e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,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);
}
}
}