summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-06-21 15:13:56 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-06-21 15:13:56 +0200
commit4a7936b7f18bab6375f68745ed0ce47105c60458 (patch)
tree935510104bcc0f0a72d9c415ab6fbc84737d9869
parent087803d591f56d89681337a018622dc4760c718e (diff)
parent569bf0f3072419252064675691f8e7f7bcd3adc4 (diff)
downloadmullvadvpn-4a7936b7f18bab6375f68745ed0ce47105c60458.tar.xz
mullvadvpn-4a7936b7f18bab6375f68745ed0ce47105c60458.zip
Merge branch 'fix-disabled-multihop-text'
-rw-r--r--gui/src/renderer/components/LocationRow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/LocationRow.tsx b/gui/src/renderer/components/LocationRow.tsx
index ec69007eca..fd406f2487 100644
--- a/gui/src/renderer/components/LocationRow.tsx
+++ b/gui/src/renderer/components/LocationRow.tsx
@@ -121,7 +121,7 @@ function LocationRow(props: IProps, ref: React.Ref<HTMLDivElement>) {
return (
<>
- <Container ref={ref}>
+ <Container ref={ref} disabled={props.disabled}>
<Button
ref={buttonRef}
onClick={handleClick}