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>Tid</span>
|
||||||
<span>Sted</span>
|
<span>Sted</span>
|
||||||
</div>
|
</div>
|
||||||
<ul className={styles.dateList} data-showAll={showAllDates}>
|
<ul className={styles.dateList} data-showall={showAllDates}>
|
||||||
{futureOccurrences.map((occurrence) => (
|
{futureOccurrences.map((occurrence) => (
|
||||||
<DateListItem
|
<DateListItem
|
||||||
key={occurrence.id}
|
key={occurrence.id}
|
||||||
|
Reference in New Issue
Block a user