[Glitch] Remove extra semicolons with ESLint autofix

Port d9088ef327 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Nick Schonning
2023-01-29 17:44:03 -05:00
committed by Claire
parent 1d5395498d
commit ed7cb79723
3 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ class FollowedTags extends ImmutablePureComponent {
componentDidMount() {
this.props.dispatch(fetchFollowedHashtags());
};
}
handleLoadMore = debounce(() => {
this.props.dispatch(expandFollowedHashtags());