aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/Timeline.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-10 19:07:42 +0800
committercrupest <crupest@outlook.com>2022-04-10 19:07:42 +0800
commitd260c3c3fa073d1a9d09b94c5c4749334e26ab9a (patch)
tree2724962c74467c759e21afbd923127baa3f9eba6 /FrontEnd/src/views/timeline/Timeline.tsx
parent928ba0ce419bacba113951095278a5138ead34cf (diff)
downloadtimeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.tar.gz
timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.tar.bz2
timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.zip
...
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":