hotfix
This commit is contained in:
parent
ee72b50684
commit
b94a55944c
@ -165,7 +165,7 @@ export class GatewayLogsComponent extends PageComponent implements AfterViewInit
|
|||||||
|
|
||||||
|
|
||||||
updateData(sort?) {
|
updateData(sort?) {
|
||||||
if (this.ctx.defaultSubscription.data.length) {
|
if (this.ctx.defaultSubscription.data.length && this.ctx.defaultSubscription.data[0]) {
|
||||||
let attrData = this.ctx.defaultSubscription.data[0].data.map(data => {
|
let attrData = this.ctx.defaultSubscription.data[0].data.map(data => {
|
||||||
let result = {
|
let result = {
|
||||||
ts: data[0],
|
ts: data[0],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user