From 092bc3898c6c9281432c08418d96d5bf7c02affe Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 12 Jul 2019 00:07:11 -0400 Subject: [PATCH] Added empty message to account_gallery media page --- app/javascript/gabsocial/features/account_gallery/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/javascript/gabsocial/features/account_gallery/index.js b/app/javascript/gabsocial/features/account_gallery/index.js index 08151214..8d77b27c 100644 --- a/app/javascript/gabsocial/features/account_gallery/index.js +++ b/app/javascript/gabsocial/features/account_gallery/index.js @@ -212,6 +212,13 @@ class AccountGallery extends ImmutablePureComponent { ))} + { + attachments.size == 0 && +
+ +
+ } + {loadOlder}