aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages
diff options
context:
space:
mode:
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"
}`}