diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx index 96d966ac4..185b00e50 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx @@ -100,7 +100,7 @@ function SessionList(props: Props) { if (total === 0) { setTimeout(() => { props.fetchSessions(null, true); - }, 100); + }, 300); } props.fetchMetadata();