aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 22:31:41 +0800
committercrupest <crupest@outlook.com>2021-06-15 22:31:41 +0800
commit7bc891cd64207bb4526669ba47e22a2feea71d51 (patch)
tree31e1aad43fdb07d4eba5b1debc7e3d84d8ee2c56
parentfba00c4e7c12a843f155b5a3ecc84209d27e900f (diff)
downloadtimeline-7bc891cd64207bb4526669ba47e22a2feea71d51.tar.gz
timeline-7bc891cd64207bb4526669ba47e22a2feea71d51.tar.bz2
timeline-7bc891cd64207bb4526669ba47e22a2feea71d51.zip
...
-rw-r--r--FrontEnd/src/views/timeline-common/TimelineLoading.tsx6
1 files changed, 2 insertions, 4 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelineLoading.tsx b/FrontEnd/src/views/timeline-common/TimelineLoading.tsx
index 57402811..f55482fe 100644
--- a/FrontEnd/src/views/timeline-common/TimelineLoading.tsx
+++ b/FrontEnd/src/views/timeline-common/TimelineLoading.tsx
@@ -7,10 +7,8 @@ const TimelineLoading: React.FC = () => {
<TimelineEmptyItem
className="timeline-top-loading-enter"
height={100}
- lineProps={{
- center: "loading",
- startSegmentLength: 56,
- }}
+ center="loading"
+ startSegmentLength={56}
/>
);
};