aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-04 23:50:25 +0800
committercrupest <crupest@outlook.com>2021-04-04 23:50:25 +0800
commit5248e3ff3f1fd03a519476a7f9ebd3792faa1e43 (patch)
treedda13aae98ec6f4d61f0f8c8b6673c22603b5971 /FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
parentfb3ef58c8789f91e8600697521e6a6adb648556a (diff)
downloadtimeline-5248e3ff3f1fd03a519476a7f9ebd3792faa1e43.tar.gz
timeline-5248e3ff3f1fd03a519476a7f9ebd3792faa1e43.tar.bz2
timeline-5248e3ff3f1fd03a519476a7f9ebd3792faa1e43.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
index 1c8873f9..5cde014b 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
@@ -149,7 +149,6 @@ const TimelinePageTemplate: React.FC<TimelinePageTemplateProps> = (props) => {
}}
>
<Timeline
- top={40}
timelineName={timeline.name}
reloadKey={timelineReloadKey}
onReload={reloadTimeline}