diff --git a/src/components/timeline/Row.svelte b/src/components/timeline/Row.svelte index 09c66892c9..aa5549e01d 100644 --- a/src/components/timeline/Row.svelte +++ b/src/components/timeline/Row.svelte @@ -6,7 +6,7 @@ import { zoom as d3Zoom, zoomIdentity, type D3ZoomEvent, type ZoomBehavior, type ZoomTransform } from 'd3-zoom'; import { pick } from 'lodash-es'; import { createEventDispatcher } from 'svelte'; - import { allResources, fetchingResources } from '../../stores/simulation'; + import { allResources, fetchingResources, fetchingResourcesExternal } from '../../stores/simulation'; import { selectedRow } from '../../stores/views'; import type { ActivityDirective, @@ -335,7 +335,7 @@ - {#if hasResourceLayer && $fetchingResources} + {#if hasResourceLayer && ($fetchingResources || $fetchingResourcesExternal)}