We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f68501 commit 495e976Copy full SHA for 495e976
src/components/EventListCard/EventListCard.tsx
@@ -75,9 +75,6 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element {
75
<>
76
<div
77
className={styles.cardsEventListCard}
78
- style={{
79
- backgroundColor: '#d9d9d9',
80
- }}
81
onClick={showViewModal}
82
data-testid="card"
83
>
@@ -98,5 +95,5 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element {
98
95
</>
99
96
);
100
97
}
101
-export {};
+
102
export default eventListCard;
0 commit comments