From: Thibaut Girka Date: Tue, 11 Dec 2018 17:51:01 +0000 (+0100) Subject: [Glitch] Fix LoadMore usage in account media gallery X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=5f581d7c3c1a93cd8816e9f11cf8f7cef7c3478f;p=mastodon.git [Glitch] Fix LoadMore usage in account media gallery (Even though that codepath is probably never actually used…) --- diff --git a/app/javascript/flavours/glitch/features/account_gallery/index.js b/app/javascript/flavours/glitch/features/account_gallery/index.js index 53b906d16..0405af2c3 100644 --- a/app/javascript/flavours/glitch/features/account_gallery/index.js +++ b/app/javascript/flavours/glitch/features/account_gallery/index.js @@ -35,7 +35,7 @@ class LoadMoreMedia extends ImmutablePureComponent { return ( ); } @@ -124,6 +124,7 @@ export default class AccountGallery extends ImmutablePureComponent { 0 ? medias.getIn(index - 1, 'id') : null} + onLoadMore={this.handleLoadMore} /> ) : (