-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- {attachments.map((attachment, index) => attachment === null ? (
-
0 ? attachments.getIn(index - 1, 'id') : null} onLoadMore={this.handleLoadMore} />
- ) : (
-
- ))}
-
- {
- attachments.size == 0 &&
-
-
-
- }
-
- {loadOlder}
-
-
- {isLoading && attachments.size === 0 && (
-
-
-
- )}
-
+
+
+ {attachments.map((attachment, index) => attachment === null ? (
+
0 ? attachments.getIn(index - 1, 'id') : null} onLoadMore={this.handleLoadMore} />
+ ) : (
+
+ ))}
+
+ {
+ attachments.size == 0 &&
+
+
+
+ }
+
+ {loadOlder}
+
+
+ {isLoading && attachments.size === 0 && (
+
+
+
+ )}
+
);
}
diff --git a/app/javascript/gabsocial/features/status/index.js b/app/javascript/gabsocial/features/status/index.js
index 0e8c3e00..e88ab4c1 100644
--- a/app/javascript/gabsocial/features/status/index.js
+++ b/app/javascript/gabsocial/features/status/index.js
@@ -33,7 +33,6 @@ import {
import { initMuteModal } from '../../actions/mutes';
import { initReport } from '../../actions/reports';
import { makeGetStatus } from '../../selectors';
-import { ScrollContainer } from 'react-router-scroll-4';
import ColumnHeader from '../../components/column_header';
import StatusContainer from '../../containers/status_container';
import { openModal } from '../../actions/modal';
@@ -471,43 +470,41 @@ class Status extends ImmutablePureComponent {
/>
}
-
-
- {ancestors}
+
+ {ancestors}
-
-
+
- {descendants}
-
-
+ {descendants}
+
);
}