diff options
author | crupest <crupest@outlook.com> | 2023-08-26 17:10:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-26 17:10:46 +0800 |
commit | ad645a01c5c6926c4dba75f88c0777eb3cf4d09f (patch) | |
tree | 286661c5abc22c8b9eb97076c2a7599337387fad /FrontEnd/src/pages/timeline/TimelineCard.tsx | |
parent | 9261edf3ed3cdfb5745404b390684b473743847b (diff) | |
download | timeline-ad645a01c5c6926c4dba75f88c0777eb3cf4d09f.tar.gz timeline-ad645a01c5c6926c4dba75f88c0777eb3cf4d09f.tar.bz2 timeline-ad645a01c5c6926c4dba75f88c0777eb3cf4d09f.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelineCard.tsx')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelineCard.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelineCard.tsx b/FrontEnd/src/pages/timeline/TimelineCard.tsx index ed34b4ba..2987aa74 100644 --- a/FrontEnd/src/pages/timeline/TimelineCard.tsx +++ b/FrontEnd/src/pages/timeline/TimelineCard.tsx @@ -125,7 +125,6 @@ export default function TimelineCard(props: TimelinePageCardProps) { return ( <Card color="secondary" - noBackground className={`timeline-card timeline-card-${ collapse ? "collapse" : "expand" }`} |