Skip to content

Commit

Permalink
fix broken merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Nov 21, 2024
1 parent 7f6768a commit 0c6db22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nr-app/src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import MapView, { Callout, LatLng, Marker } from "react-native-maps";
import { setVisiblePlusCodes } from "@/redux/actions/map.actions";
import React, { useState } from "react";
import { Button, Modal, TextInput } from "react-native";
<<<<<<< HEAD
import { getFirstTagValueFromEvent } from "@/common/utils";
=======

// todo: make it more typescriptsy
function extractLocationCode(data: any) {
Expand All @@ -30,7 +28,6 @@ function extractLocationCode(data: any) {
}
return null;
}
>>>>>>> 2b75bee (adding hitchmap switch to ux, not functional yet)

const NoteMarker = ({ event }: { event: EventWithMetadata }) => {
const plusCode = getFirstTagValueFromEvent(event.event, "open-location-code");
Expand Down

0 comments on commit 0c6db22

Please sign in to comment.