mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-30 22:56:34 +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>
|
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
||||||
</Flex>
|
</Flex>
|
||||||
{showDiagButton ? <Box>
|
{showDiagButton ? <Box>
|
||||||
<Button primary onClick={() => openDiagFrame()}>Open Diagnostics {window.location.hostname}</Button>
|
<Button primary onClick={() => openDiagFrame()}>Open Diagnostics</Button>
|
||||||
</Box> : <></>}
|
</Box> : <></>}
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user