summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-02-18 15:13:04 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-02-19 11:42:52 +0100
commit7d3adb6ae35dea1fe768f98a27748e7c6f9439ad (patch)
tree636dbbe3aeb88c98902df17a49004528b3765eb7 /gui/src
parent92332c526ba15f7c116630a18d9631973bfd6447 (diff)
downloadmullvadvpn-7d3adb6ae35dea1fe768f98a27748e7c6f9439ad.tar.xz
mullvadvpn-7d3adb6ae35dea1fe768f98a27748e7c6f9439ad.zip
Fix linter problems caused by no-unreachable
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/NotificationArea.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/renderer/components/NotificationArea.tsx b/gui/src/renderer/components/NotificationArea.tsx
index 243b406518..e5a4435ded 100644
--- a/gui/src/renderer/components/NotificationArea.tsx
+++ b/gui/src/renderer/components/NotificationArea.tsx
@@ -54,7 +54,6 @@ function getTunnelParameterMessage(err: TunnelParameterError): string {
'in-app-notifications',
'WireGuard key not published to our servers. You can manage your key in Advanced settings.',
);
- break;
case 'custom_tunnel_host_resultion_error':
return messages.pgettext(
'in-app-notifications',