diff options
author | crupest <crupest@outlook.com> | 2021-02-13 16:35:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-13 16:35:39 +0800 |
commit | b9703104b5b416dd3211adedb878d1916072c96d (patch) | |
tree | 013269a755ca929705f5d26494dfea48bcf8383b /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | |
parent | 17272858aaf09eac5a3550b23e97f8d339847bd9 (diff) | |
download | timeline-b9703104b5b416dd3211adedb878d1916072c96d.tar.gz timeline-b9703104b5b416dd3211adedb878d1916072c96d.tar.bz2 timeline-b9703104b5b416dd3211adedb878d1916072c96d.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx index 48263486..56be8cfe 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx @@ -134,7 +134,6 @@ export default function TimelinePageTemplateUI<TManageItems>( className="fixed-bottom" timeline={timeline} onHeightChange={onPostEditHeightChange} - timelineUniqueId={timeline.uniqueId} /> </> ) : null} |