Skip to content

Commit 27552fc

Browse files
author
Sine Jespersen
committed
remove todo and remove hardcoded <p>
1 parent 6520c95 commit 27552fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/map/MapWrapper.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { latlngToUTM } from "../../util/helper";
1515
import ApiEndpointContext from "../../context/api-endpoint-context";
1616
import "./map-wrapper.css";
1717

18-
// Todo style this......
1918
function MapWrapper({ mapData, goToView, hideMapOverlay }) {
2019
const { mapUsername, mapPassword } = useContext(ApiEndpointContext);
2120
const [map, setMap] = useState();

src/components/routes/RoutePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ function RoutePage() {
232232
<div className="pt-2">
233233
<p className="text-xs text-zinc-500">Igangværende afspilning</p>
234234
{/* 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> */}
236236
<audio className="w-full" ref={audioRef} controls>
237237
<source src={`${fileUrl}${source}`} type="audio/mpeg" />
238238
Your browser does not support the audio element.

0 commit comments

Comments
 (0)