From 24b3c62266b5fe10621d16484f85449d4cdf76ed Mon Sep 17 00:00:00 2001 From: Scott Roach Date: Sat, 27 Feb 2021 17:45:01 -0800 Subject: [PATCH] Update 'no more events' row to 9 colspan --- web/src/routes/Events.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}