From 7cefd5566a48a45ef9ecb67b881c7c8312abb08f Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 2 Oct 2020 00:12:33 +0800 Subject: ... --- Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Timeline/ClientApp/src/app/views/timeline') diff --git a/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx b/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx index 6966ab41..2d787709 100644 --- a/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx +++ b/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx @@ -16,7 +16,14 @@ export type TimelineInfoCardProps = TimelineCardComponentProps< >; const TimelineInfoCard: React.FC = (props) => { - const { timeline, onMember, onManage, syncStatus, toggleCollapse } = props; + const { + timeline, + collapse, + onMember, + onManage, + syncStatus, + toggleCollapse, + } = props; const { t } = useTranslation(); @@ -26,6 +33,7 @@ const TimelineInfoCard: React.FC = (props) => {

-- cgit v1.2.3