hotfix: clearer wait for trace behaviour

This commit is contained in:
bourquecharles
2021-06-25 14:41:41 -04:00
parent 6f7b05649b
commit b3e5cd79ed
8 changed files with 37 additions and 19 deletions

View File

@@ -134,7 +134,7 @@ const TraceModal = ({ show, toggleModal }) => {
const getBody = () => {
if(waitingForTrace){
return (
<WaitingForTraceBody serialNumber={selectedDeviceId} commandUuid={commandUuid}/>
<WaitingForTraceBody toggle={toggleModal} serialNumber={selectedDeviceId} commandUuid={commandUuid}/>
);
}
if(hadSuccess){