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
commitda9041846e4903a330dd8e4f8ec92570775ff313 (patch)
treee382d59f64371e57f25e72646391248274baade8 /FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
parent26c14ac0f2780c4489c5fb099e68c51e92a9b4b5 (diff)
downloadtimeline-da9041846e4903a330dd8e4f8ec92570775ff313.tar.gz
timeline-da9041846e4903a330dd8e4f8ec92570775ff313.tar.bz2
timeline-da9041846e4903a330dd8e4f8ec92570775ff313.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}