Skip to content

Commit 828e59f

Browse files
agnetemoostuj
andauthored
Update src/brnd/brnd-sportcenter-today.js
Co-authored-by: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com>
1 parent ff29b59 commit 828e59f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/brnd/brnd-sportcenter-today.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ function BrndSportcenterToday({
9898
</ContentItemsWrapper>
9999
<ContentItemsWrapper className="schedule-rows">
100100
{bookings?.length > 0 &&
101-
getSortedBookings(bookings).map((entry) => {
101+
getSortedBookings(bookings).map((entry) => (
102+
<Fragment>
103+
104+
</Fragment>
105+
)
102106
const returnFragment = (
103107
<Fragment key={entry.bookingcode}>
104108
<ContentItem className="content-item content-item-time">

0 commit comments

Comments
 (0)