mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 22:26:32 +00:00
fix: remove location from diag button text
Change-Type: none
This commit is contained in:
parent
8a19709832
commit
71c5aadeaa
@ -177,7 +177,7 @@ export function SettingsModal({ toggleModal }: SettingsModalProps): any {
|
||||
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
||||
</Flex>
|
||||
{showDiagButton ? <Box>
|
||||
<Button primary onClick={() => openDiagFrame()}>Open Diagnostics {window.location.hostname}</Button>
|
||||
<Button primary onClick={() => openDiagFrame()}>Open Diagnostics</Button>
|
||||
</Box> : <></>}
|
||||
</Flex>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user