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 ? ( { if (inView) { @@ -1689,7 +1689,14 @@ function ReactionsModal({ statusID, instance }) { ) : (

The end.

- ))} + ) + ) : ( + uiState === 'loading' && ( +

+ +

+ ) + )} ) : uiState === 'loading' ? (