From 363e69402d258e53e8af94c829000eb31c359ba5 Mon Sep 17 00:00:00 2001 From: Liordino Neto Date: Fri, 9 Oct 2020 17:22:59 -0300 Subject: [PATCH] fix: removed not needed TODO chore: added a TODO for the new admin --- new-lamassu-admin/src/pages/Maintenance/MachineDetailsCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Maintenance/MachineDetailsCard.js b/new-lamassu-admin/src/pages/Maintenance/MachineDetailsCard.js index febfab8f..0e71fefc 100644 --- a/new-lamassu-admin/src/pages/Maintenance/MachineDetailsCard.js +++ b/new-lamassu-admin/src/pages/Maintenance/MachineDetailsCard.js @@ -40,6 +40,7 @@ const supportArtices = [ article: 'https://support.lamassu.is/hc/en-us/categories/115000075249-Troubleshooting' } + // TODO add Stuck and Fully Functional statuses articles for the new-admins ] const article = ({ code: status }) => @@ -86,7 +87,6 @@ const MachineDetailsRow = ({ it: machine, onActionSuccess }) => { setErrorMessage(errorMessage) }, onCompleted: () => { - // TODO: custom onActionSuccess needs to be passed down from the machinestatus table onActionSuccess ? onActionSuccess() : window.location.reload() setConfirmActionDialogOpen(false) }