fix warning about data attribute casing
This commit is contained in:
@ -62,7 +62,7 @@ export const DateList = ({ event }: { event: EventFragment }) => {
|
||||
<span>Tid</span>
|
||||
<span>Sted</span>
|
||||
</div>
|
||||
<ul className={styles.dateList} data-showAll={showAllDates}>
|
||||
<ul className={styles.dateList} data-showall={showAllDates}>
|
||||
{futureOccurrences.map((occurrence) => (
|
||||
<DateListItem
|
||||
key={occurrence.id}
|
||||
|
Reference in New Issue
Block a user