File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { latlngToUTM } from "../../util/helper";
15
15
import ApiEndpointContext from "../../context/api-endpoint-context" ;
16
16
import "./map-wrapper.css" ;
17
17
18
- // Todo style this......
19
18
function MapWrapper ( { mapData, goToView, hideMapOverlay } ) {
20
19
const { mapUsername, mapPassword } = useContext ( ApiEndpointContext ) ;
21
20
const [ map , setMap ] = useState ( ) ;
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ function RoutePage() {
232
232
< div className = "pt-2" >
233
233
< p className = "text-xs text-zinc-500" > Igangværende afspilning</ p >
234
234
{ /* TODO: Get the real name instead of Pizza 1 */ }
235
- < p className = "text-sm font-bold " > Pizza 1</ p >
235
+ { /* <p className="text-sm font-bold ">Pizza 1</p> */ }
236
236
< audio className = "w-full" ref = { audioRef } controls >
237
237
< source src = { `${ fileUrl } ${ source } ` } type = "audio/mpeg" />
238
238
Your browser does not support the audio element.
You can’t perform that action at this time.
0 commit comments