aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-04 11:49:15 +0800
committercrupest <crupest@outlook.com>2020-11-04 11:49:15 +0800
commitf7fff0c89a18cf5ed70dd5993ca7413e4d94daa4 (patch)
treed57081d61c85c667ff083ef5239af5c50fb13dba /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
parentd7d249fc55c16eec75426675038d52287dcc67d7 (diff)
downloadtimeline-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.tsx2
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}
</>
);