diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-06-21 13:51:50 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-06-21 15:13:19 +0200 |
| commit | 569bf0f3072419252064675691f8e7f7bcd3adc4 (patch) | |
| tree | 935510104bcc0f0a72d9c415ab6fbc84737d9869 /gui | |
| parent | 087803d591f56d89681337a018622dc4760c718e (diff) | |
| download | mullvadvpn-569bf0f3072419252064675691f8e7f7bcd3adc4.tar.xz mullvadvpn-569bf0f3072419252064675691f8e7f7bcd3adc4.zip | |
Fix opacity for unavailable multihop endpoints
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/renderer/components/LocationRow.tsx | 2 |
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} |
