Move pin drop out of labs (PSG-664) (#9135)

* Move pin drop out of labs (PSG-664)

Signed-off-by: Johannes Marbach <johannesm@element.io>

* Regenerate strings

Signed-off-by: Johannes Marbach <johannesm@element.io>
This commit is contained in:
Johannes Marbach 2022-08-08 10:57:38 +02:00 committed by GitHub
parent 94f3168ab8
commit 4a14882938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 17 deletions

View file

@ -213,8 +213,6 @@ describe('<LocationShareMenu />', () => {
});
describe('with pin drop share type enabled', () => {
beforeEach(() => enableSettings(["feature_location_share_pin_drop"]));
it('renders share type switch with own and pin drop options', () => {
const component = getComponent();
expect(component.find('LocationPicker').length).toBe(0);