Skip to content

Commit

Permalink
Changed appearance of bridges: #307
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 14, 2025
1 parent 6c1529e commit f3f58c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-admin/src/Tabs/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ class Options extends Component<OptionsProps, OptionsState> {
fontWeight: it.uuid === '_' ? 'bold' : undefined,
}}
>
{it.uuid}
<span style={styles.address}>{it.name}</span>
{it.name}
<span style={styles.address}>{it.uuid}</span>
</span>
</MenuItem>
))}
Expand Down

0 comments on commit f3f58c3

Please sign in to comment.