From e0f2fa670578ecdca00637002b12f45165baaa90 Mon Sep 17 00:00:00 2001 From: Gala Date: Wed, 21 Dec 2022 14:45:14 +0100 Subject: [PATCH] fix indentation --- explorer/src/components/Gateways.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/src/components/Gateways.ts b/explorer/src/components/Gateways.ts index 6e6d08b1f9..aa055a71d0 100644 --- a/explorer/src/components/Gateways.ts +++ b/explorer/src/components/Gateways.ts @@ -21,14 +21,14 @@ export function gatewayToGridRow(arrayOfGateways: GatewayResponse): GatewayRowTy return !arrayOfGateways ? [] : arrayOfGateways.map((gw) => ({ - id: gw.owner, - owner: gw.owner, - identityKey: gw.gateway.identity_key || '', - location: gw?.gateway?.location || '', - bond: gw.pledge_amount.amount || 0, - host: gw.gateway.host || '', - version: gw.gateway.version || '', - })); + id: gw.owner, + owner: gw.owner, + identityKey: gw.gateway.identity_key || '', + location: gw?.gateway?.location || '', + bond: gw.pledge_amount.amount || 0, + host: gw.gateway.host || '', + version: gw.gateway.version || '', + })); } export function gatewayEnrichedToGridRow(