diff --git a/src/Map/MapPicker/MapPicker.tsx b/src/Map/MapPicker/MapPicker.tsx
index 9201fb0..cbbf1fc 100644
--- a/src/Map/MapPicker/MapPicker.tsx
+++ b/src/Map/MapPicker/MapPicker.tsx
@@ -143,22 +143,21 @@ export const MapPicker = ({ map, onChange, testId }: Props) => {
{
_pickImage();
}}
>
- Choose image...
+ Choose image...
- {_renderMenu()}
+ {_renderMenu('editmode')}
)}
@@ -1016,17 +1051,19 @@ export const LinkedMap = ({
flex: 1,
paddingVertical: 5,
paddingHorizontal: 8,
- backgroundColor: "#448AFF",
+ backgroundColor: '#448AFF',
borderRadius: 5,
- borderColor: "black",
+ borderColor: 'black',
borderWidth: 1,
- justifyContent: "center",
- alignItems: "center",
+ justifyContent: 'center',
+ alignItems: 'center',
margin: 5
}}
onPress={() => bottomSheetRef.current?.open()}
>
- Menu
+
+ Menu
+
)}
@@ -1072,7 +1109,7 @@ export const LinkedMap = ({
}}
closeOnPressMask
>
- {_renderMenu()}
+ {_renderMenu('bottomsheet')}
);