aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/index.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/index.tsx
parent928ba0ce419bacba113951095278a5138ead34cf (diff)
downloadtimeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.tar.gz
timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.tar.bz2
timeline-d260c3c3fa073d1a9d09b94c5c4749334e26ab9a.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline/index.tsx')
-rw-r--r--FrontEnd/src/views/timeline/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/views/timeline/index.tsx b/FrontEnd/src/views/timeline/index.tsx
index 4faf8af8..3bd3ae3c 100644
--- a/FrontEnd/src/views/timeline/index.tsx
+++ b/FrontEnd/src/views/timeline/index.tsx
@@ -71,6 +71,7 @@ const TimelinePage: React.FC = () => {
) : null}
<div className="container">
<Timeline
+ timelineOwner={ownerUsername}
timelineName={timelineName}
reloadKey={reloadKey}
onReload={reload}