aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-01 23:23:24 +0800
committercrupest <crupest@outlook.com>2020-10-01 23:23:24 +0800
commitd8245fa9703c532dac85980f0c25cae0a1f9e0dc (patch)
tree48ca91263756d685afa598ba4c2392f884be50c9 /Timeline/ClientApp/src/app/views/timeline
parent0b353ca6f3e540eb4850ac6121a0c678c6cbd17b (diff)
downloadtimeline-d8245fa9703c532dac85980f0c25cae0a1f9e0dc.tar.gz
timeline-d8245fa9703c532dac85980f0c25cae0a1f9e0dc.tar.bz2
timeline-d8245fa9703c532dac85980f0c25cae0a1f9e0dc.zip
...
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline')
-rw-r--r--Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx10
1 files changed, 1 insertions, 9 deletions
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<TimelineInfoCardProps> = (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<TimelineInfoCardProps> = (props) => {
<InfoCardTemplate
className={props.className}
syncStatus={syncStatus}
- collapse={collapse}
toggleCollapse={toggleCollapse}
>
<h3 className="text-primary mx-3 d-inline-block align-middle">