diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-02-20 15:40:38 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-02-21 18:45:59 +0100 |
| commit | da4ea583a49072fc8605724f4378c7ea44a4c104 (patch) | |
| tree | 0c191e3506f38298649853678c467f34659bd7e8 /gui/src/renderer/components/select-location | |
| parent | 934bedf2908013ce78d6f00ed7f0d03ab7acd7c4 (diff) | |
| download | mullvadvpn-da4ea583a49072fc8605724f4378c7ea44a4c104.tar.xz mullvadvpn-da4ea583a49072fc8605724f4378c7ea44a4c104.zip | |
Make BackItem figure out icon based on history length
Diffstat (limited to 'gui/src/renderer/components/select-location')
| -rw-r--r-- | gui/src/renderer/components/select-location/SelectLocation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/select-location/SelectLocation.tsx b/gui/src/renderer/components/select-location/SelectLocation.tsx index 9e9c60b7a5..bc397506a8 100644 --- a/gui/src/renderer/components/select-location/SelectLocation.tsx +++ b/gui/src/renderer/components/select-location/SelectLocation.tsx @@ -117,7 +117,7 @@ export default function SelectLocation() { const showProvidersFilter = providers.length > 0; const showFilters = showOwnershipFilter || showProvidersFilter; return ( - <BackAction icon="close" action={onClose}> + <BackAction action={onClose}> <Layout> <SettingsContainer> <NavigationContainer> |
