mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-03 03:46:45 +00:00
ui: Update dependencies.
This commit is contained in:
parent
20ab51052d
commit
1b0deedb64
@ -71,7 +71,7 @@ function GatewaysMap() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
markers.push(
|
markers.push(
|
||||||
<Marker position={pos} faIcon="wifi" color={color}>
|
<Marker position={[pos[0], pos[1]]} faIcon="wifi" color={color}>
|
||||||
<Popup>
|
<Popup>
|
||||||
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
|
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
|
||||||
<br />
|
<br />
|
||||||
|
@ -70,7 +70,7 @@ function GatewaysMap(props: GatewaysMapProps) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
markers.push(
|
markers.push(
|
||||||
<Marker position={pos} faIcon="wifi" color={color}>
|
<Marker position={[pos[0], pos[1]]} faIcon="wifi" color={color}>
|
||||||
<Popup>
|
<Popup>
|
||||||
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
|
<Link to={`/tenants/${item.getTenantId()}/gateways/${item.getGatewayId()}`}>{item.getName()}</Link>
|
||||||
<br />
|
<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