diff options
author | crupest <crupest@outlook.com> | 2020-11-04 11:49:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-04 11:49:15 +0800 |
commit | f7fff0c89a18cf5ed70dd5993ca7413e4d94daa4 (patch) | |
tree | d57081d61c85c667ff083ef5239af5c50fb13dba /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | |
parent | d7d249fc55c16eec75426675038d52287dcc67d7 (diff) | |
download | timeline-f7fff0c89a18cf5ed70dd5993ca7413e4d94daa4.tar.gz timeline-f7fff0c89a18cf5ed70dd5993ca7413e4d94daa4.tar.bz2 timeline-f7fff0c89a18cf5ed70dd5993ca7413e4d94daa4.zip |
feat: Redesign timeline page.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx index 6c2c43c1..35c1a65d 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx @@ -16,7 +16,6 @@ import Timeline, { TimelinePostInfoEx, TimelineDeleteCallback, } from "./Timeline"; -import TimelineTop from "./TimelineTop"; import TimelinePostEdit, { TimelinePostSendCallback } from "./TimelinePostEdit"; import { TimelineSyncStatus } from "./SyncStatusBadge"; @@ -226,7 +225,6 @@ export default function TimelinePageTemplateUI<TManageItems>( collapse={cardCollapse} toggleCollapse={toggleCardCollapse} /> - <TimelineTop height="56px" /> {timelineBody} </> ); |