diff options
author | crupest <crupest@outlook.com> | 2020-06-16 16:41:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-16 16:41:19 +0800 |
commit | eea8d50ba92467f91e76928776491fad879fe30b (patch) | |
tree | 117338cb02d87fdcaf2ab9f61456bb89c33a3223 | |
parent | 2817fcba6e76150fbd3b09c1096034782841e9e4 (diff) | |
download | timeline-eea8d50ba92467f91e76928776491fad879fe30b.tar.gz timeline-eea8d50ba92467f91e76928776491fad879fe30b.tar.bz2 timeline-eea8d50ba92467f91e76928776491fad879fe30b.zip |
fix(front): Fix a unused code.
-rw-r--r-- | Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx b/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx index e8817349..66935e00 100644 --- a/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx +++ b/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx @@ -198,7 +198,6 @@ export default function TimelinePageTemplateUI< ? arrowsAngleExpandIcon : arrowsAngleContractIcon } - collapse={infoCardCollapse} onClick={() => { const newState = !infoCardCollapse; setInfoCardCollapse(newState); |