Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6f4f994

Browse files
author
Kerry Archibald
committed
lint
Signed-off-by: Kerry Archibald <[email protected]>
1 parent 6c2a750 commit 6f4f994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/views/messages/MBeaconBody.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const MBeaconBody: React.FC<IBodyProps> = React.forwardRef(({ mxEvent }, ref) =>
9292

9393
return (
9494
<div className='mx_MBeaconBody' ref={ref}>
95-
{displayStatus === BeaconDisplayStatus.Active ?
95+
{ displayStatus === BeaconDisplayStatus.Active ?
9696
<Map
9797
id={mapId}
9898
centerGeoUri={latestLocationState.uri}
@@ -110,11 +110,11 @@ const MBeaconBody: React.FC<IBodyProps> = React.forwardRef(({ mxEvent }, ref) =>
110110
}
111111
</Map>
112112
: <div className='mx_MBeaconBody_map mx_MBeaconBody_mapFallback'>
113-
{displayStatus === BeaconDisplayStatus.Loading ?
113+
{ displayStatus === BeaconDisplayStatus.Loading ?
114114
<Spinner h={32} w={32} /> :
115115
<LocationMarkerIcon className='mx_MBeaconBody_mapFallbackIcon' />
116116
}
117-
</div >
117+
</div>
118118
}
119119
<BeaconStatus
120120
className='mx_MBeaconBody_chin'

0 commit comments

Comments
 (0)