summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/containers
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-04-11 14:36:01 +0200
committerAndrej Mihajlov <and@mullvad.net>2020-04-15 12:11:48 +0200
commit0f7e814aa66d53fe14b19a39b8d09be0c696fc16 (patch)
tree9aea8fe8a7c7aa3e9dd24564a9c641e480cdd90f /gui/src/renderer/containers
parentc293f478e9328f9b947e4a4b858e8cbf838f75f3 (diff)
downloadmullvadvpn-0f7e814aa66d53fe14b19a39b8d09be0c696fc16.tar.xz
mullvadvpn-0f7e814aa66d53fe14b19a39b8d09be0c696fc16.zip
Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the latest patch release
Diffstat (limited to 'gui/src/renderer/containers')
-rw-r--r--gui/src/renderer/containers/SelectLocationPage.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/src/renderer/containers/SelectLocationPage.tsx b/gui/src/renderer/containers/SelectLocationPage.tsx
index c52dd4fd31..2c0d29c8ee 100644
--- a/gui/src/renderer/containers/SelectLocationPage.tsx
+++ b/gui/src/renderer/containers/SelectLocationPage.tsx
@@ -54,9 +54,7 @@ const mapDispatchToProps = (dispatch: ReduxDispatch, props: IAppContext) => {
history.goBack();
try {
- const relayUpdate = RelaySettingsBuilder.normal()
- .location.fromRaw(relayLocation)
- .build();
+ const relayUpdate = RelaySettingsBuilder.normal().location.fromRaw(relayLocation).build();
await props.app.updateRelaySettings(relayUpdate);
await props.app.connectTunnel();