diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 7f070ce6..4c06ffe8 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -121,6 +121,9 @@ function Timeline({ } catch (e) { console.error(e); setUIState('error'); + if (firstLoad && !items.length && errorText) { + showToast(errorText); + } } finally { loadItems.cancel(); }