diff --git a/applications/client/src/views/Campaign/Explore/Panels/Beacon/BeaconRow.tsx b/applications/client/src/views/Campaign/Explore/Panels/Beacon/BeaconRow.tsx index 669bdec7..aa4d558d 100644 --- a/applications/client/src/views/Campaign/Explore/Panels/Beacon/BeaconRow.tsx +++ b/applications/client/src/views/Campaign/Explore/Panels/Beacon/BeaconRow.tsx @@ -132,7 +132,7 @@ export const BeaconRow = observer(({ beacon, ...props }) => { color={beacon.meta?.[0]?.current?.color || undefined} /> - {beacon?.computedName || `${beacon.server?.computedName}`} + {beacon?.computedNameWithHost || `${beacon.server?.computedName}`}