1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Live location sharing - extract location markers into generic Marker (#8225)

* extract location markers into generic Marker

Signed-off-by: Kerry Archibald <kerrya@element.io>

* comments

Signed-off-by: Kerry Archibald <kerrya@element.io>

* remove skinned

Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
Kerry
2022-04-06 13:40:39 +02:00
committed by GitHub
parent b9da2255c4
commit b98739056e
10 changed files with 188 additions and 145 deletions

View File

@@ -301,7 +301,7 @@ describe("LocationPicker", () => {
));
// marker is set, icon not avatar
expect(wrapper.find('.mx_MLocationBody_markerIcon').length).toBeTruthy();
expect(wrapper.find('.mx_Marker_icon').length).toBeTruthy();
});
it('submits location', () => {