summaryrefslogtreecommitdiffhomepage
path: root/app/redux
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-01-12 13:14:18 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-01-15 16:21:31 +0100
commitf5790db553aaa177288ff369e30ea97ee8565b48 (patch)
treefc7f83558ffd28f1d7d14aaf6457cb243291487a /app/redux
parent4aff36938c33443a2834acf8df1c515af8b4d558 (diff)
downloadmullvadvpn-f5790db553aaa177288ff369e30ea97ee8565b48.tar.xz
mullvadvpn-f5790db553aaa177288ff369e30ea97ee8565b48.zip
Add optional attribute to Location.city
Diffstat (limited to 'app/redux')
-rw-r--r--app/redux/connection/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/redux/connection/actions.js b/app/redux/connection/actions.js
index fb18777124..6f0da8cecf 100644
--- a/app/redux/connection/actions.js
+++ b/app/redux/connection/actions.js
@@ -33,7 +33,7 @@ type NewLocationAction = {
newLocation: {
ip: Ip,
country: string,
- city: string,
+ city: ?string,
latitude: number,
longitude: number,
mullvadExitIp: boolean,