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) }