diff --git a/applications/client/src/views/Campaign/Explore/Panels/Beacon/Beacon.tsx b/applications/client/src/views/Campaign/Explore/Panels/Beacon/Beacon.tsx index 7b22229a..71cd67fa 100644 --- a/applications/client/src/views/Campaign/Explore/Panels/Beacon/Beacon.tsx +++ b/applications/client/src/views/Campaign/Explore/Panels/Beacon/Beacon.tsx @@ -133,7 +133,7 @@ export const BeaconRow = observer(({ beacon, ...props }) => { {beacon.meta?.[0]?.maybeCurrent?.username} - {beacon?.hidden && } + {beacon?.hidden && } ( return ( <>
- + {count} {typeName === 'beacons' ? 'Beacon' : 'Host'} {count <= 1 ? '' : 's'} Selected @@ -122,6 +122,7 @@ export const BulkEdit = observer( disabled={count === 0} icon={