diff --git a/src/components/status.jsx b/src/components/status.jsx
index 9dc0e570..240a381e 100644
--- a/src/components/status.jsx
+++ b/src/components/status.jsx
@@ -1670,8 +1670,8 @@ function ReactionsModal({ statusID, instance }) {
);
})}
- {uiState === 'default' &&
- (showMore ? (
+ {uiState === 'default' ? (
+ showMore ? (
The end.
- ))} + ) + ) : ( + uiState === 'loading' && ( +
+