aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-26 17:10:46 +0800
committercrupest <crupest@outlook.com>2023-08-26 17:10:46 +0800
commitad645a01c5c6926c4dba75f88c0777eb3cf4d09f (patch)
tree286661c5abc22c8b9eb97076c2a7599337387fad /FrontEnd/src/pages
parent9261edf3ed3cdfb5745404b390684b473743847b (diff)
downloadtimeline-ad645a01c5c6926c4dba75f88c0777eb3cf4d09f.tar.gz
timeline-ad645a01c5c6926c4dba75f88c0777eb3cf4d09f.tar.bz2
timeline-ad645a01c5c6926c4dba75f88c0777eb3cf4d09f.zip
...
Diffstat (limited to 'FrontEnd/src/pages')
-rw-r--r--FrontEnd/src/pages/timeline/TimelineCard.tsx1
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"
}`}