diff options
Diffstat (limited to 'app/javascript/flavours/glitch/features/followers')
-rw-r--r-- | app/javascript/flavours/glitch/features/followers/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/followers/index.js b/app/javascript/flavours/glitch/features/followers/index.js index c57a2b1a2..0f04b9ddc 100644 --- a/app/javascript/flavours/glitch/features/followers/index.js +++ b/app/javascript/flavours/glitch/features/followers/index.js @@ -60,7 +60,6 @@ export default class Followers extends ImmutablePureComponent { } handleLoadMore = debounce(() => { - e.preventDefault(); this.props.dispatch(expandFollowers(this.props.params.accountId)); }, 300, { leading: true }); |