aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/Timeline.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/timeline/Timeline.tsx')
-rw-r--r--FrontEnd/src/views/timeline/Timeline.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/Timeline.tsx b/FrontEnd/src/views/timeline/Timeline.tsx
index 4738c705..e8ed9fe5 100644
--- a/FrontEnd/src/views/timeline/Timeline.tsx
+++ b/FrontEnd/src/views/timeline/Timeline.tsx
@@ -114,7 +114,7 @@ const Timeline: React.FC<TimelineProps> = (props) => {
subscribe = false;
};
}
- }, [timelineName, reloadKey, onTimelineLoaded]);
+ }, [timelineOwner, timelineName, reloadKey, onTimelineLoaded]);
switch (state) {
case "loading":