From 6f0bbfd56758af305c9dcbb9e4b2b09b8e207ece Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 1 Oct 2020 23:23:24 +0800 Subject: ... --- Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (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 d764a275..6966ab41 100644 --- a/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx +++ b/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx @@ -16,14 +16,7 @@ export type TimelineInfoCardProps = TimelineCardComponentProps< >; const TimelineInfoCard: React.FC = (props) => { - const { - timeline, - onMember, - onManage, - collapse, - syncStatus, - toggleCollapse, - } = props; + const { timeline, onMember, onManage, syncStatus, toggleCollapse } = props; const { t } = useTranslation(); @@ -33,7 +26,6 @@ const TimelineInfoCard: React.FC = (props) => {

-- cgit v1.2.3