diff options
author | crupest <crupest@outlook.com> | 2020-12-19 21:02:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-19 21:02:56 +0800 |
commit | d228666d81cefaa12e1323849878f2585479ae4b (patch) | |
tree | 96a36d2f1ee512ed72c1bcb9730aa41a442af27c /FrontEnd/src/app/views/timeline | |
parent | f55c01fe569fa8a87fe244d6e759a96afcbbec24 (diff) | |
download | timeline-d228666d81cefaa12e1323849878f2585479ae4b.tar.gz timeline-d228666d81cefaa12e1323849878f2585479ae4b.tar.bz2 timeline-d228666d81cefaa12e1323849878f2585479ae4b.zip |
chore: Fix code format.
Diffstat (limited to 'FrontEnd/src/app/views/timeline')
-rw-r--r-- | FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx b/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx index 1070c6d7..934ad090 100644 --- a/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx +++ b/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx @@ -11,9 +11,7 @@ import InfoCardTemplate from "../timeline-common/InfoCardTemplate"; export type OrdinaryTimelineManageItem = "delete"; -export type TimelineInfoCardProps = TimelineCardComponentProps< - OrdinaryTimelineManageItem ->; +export type TimelineInfoCardProps = TimelineCardComponentProps<OrdinaryTimelineManageItem>; const TimelineInfoCard: React.FC<TimelineInfoCardProps> = (props) => { const { |