mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-21 22:17:51 +00:00
ui: Update dependencies.
This commit is contained in:
parent
20ab51052d
commit
1b0deedb64
@ -71,7 +71,7 @@ function GatewaysMap() {
|
||||
}
|
||||
|
||||
markers.push(
|
||||
<Marker position={pos} faIcon="wifi" color={color}>
|
||||
<Marker position={[pos[0], pos[1]]} faIcon="wifi" color={color}>
|
||||
<Popup>
|
||||
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
|
||||
<br />
|
||||
|
@ -70,7 +70,7 @@ function GatewaysMap(props: GatewaysMapProps) {
|
||||
}
|
||||
|
||||
markers.push(
|
||||
<Marker position={pos} faIcon="wifi" color={color}>
|
||||
<Marker position={[pos[0], pos[1]]} faIcon="wifi" color={color}>
|
||||
<Popup>
|
||||
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
|
||||
<br />
|
||||
|
2838
ui/yarn.lock
2838
ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user