diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 8f7b10727..c126e9cad 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -206,7 +206,7 @@ export default function Events({ path: pathname, limit = API_LIMIT } = {}) { - + {status === FetchStatus.LOADING ? : reachedEnd ? 'No more events' : null}