diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/renderer/components/NotificationArea.tsx | 1 |
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', |
