Skip to content

Commit

Permalink
fix frontend format
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Dec 18, 2023
1 parent c97acd2 commit 490b9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/Kiosk/mockdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ const icePortal: IEventBase = {
};

const motiontagMuensterBewegt: IEventBase = {
imageUrl: "https://muenster-update.de/static/uploads/v1/motiontag_bike_mb.png",
imageUrl:
"https://muenster-update.de/static/uploads/v1/motiontag_bike_mb.png",
};

const motiontagSchritte: IEventBase = {
Expand Down

0 comments on commit 490b9b2

Please sign in to comment.