Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
show host name in BeaconRow
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradford committed Sep 13, 2023
1 parent c674422 commit 67aa5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const BeaconRow = observer<BeaconRowProps>(({ beacon, ...props }) => {
color={beacon.meta?.[0]?.current?.color || undefined}
/>
<Txt cy-test="beacon-display-name" normal>
{beacon?.computedName || `${beacon.server?.computedName}`}
{beacon?.computedNameWithHost || `${beacon.server?.computedName}`}
</Txt>
</RowTitle>
<FlexSplitter />
Expand Down

0 comments on commit 67aa5a0

Please sign in to comment.