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 | 328ec15a1d4d927c53c4b9da4219d58ca12a2f20 (patch) | |
tree | 45837ce0f768bd38aaa6fda14003624e68974cfa /FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx | |
parent | 0e6bff709af16d6196b5cef17cc8a8f69af97cca (diff) | |
download | timeline-328ec15a1d4d927c53c4b9da4219d58ca12a2f20.tar.gz timeline-328ec15a1d4d927c53c4b9da4219d58ca12a2f20.tar.bz2 timeline-328ec15a1d4d927c53c4b9da4219d58ca12a2f20.zip |
chore: Fix code format.
Diffstat (limited to 'FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx')
-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 { |