From 3fb5f72788b2efee916a57f17a1d979ad5b7f43b Mon Sep 17 00:00:00 2001 From: leandrofars Date: Tue, 30 Apr 2024 17:53:14 -0300 Subject: [PATCH] fix(frontend): centralize access device link | close #199 --- frontend/src/sections/overview/overview-latest-orders.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/sections/overview/overview-latest-orders.js b/frontend/src/sections/overview/overview-latest-orders.js index 8b36dca..b84a1f2 100644 --- a/frontend/src/sections/overview/overview-latest-orders.js +++ b/frontend/src/sections/overview/overview-latest-orders.js @@ -79,7 +79,7 @@ export const OverviewLatestOrders = (props) => { hover key={order.SN} > - + {order.SN} @@ -97,7 +97,8 @@ export const OverviewLatestOrders = (props) => { - { order.Mqtt == 0 && order.Websockets == 0 && order.Stomp == 0 ? : : } );