Skip to content

Commit 5abd884

Browse files
committed
Loader.jsx modified
1 parent dfdd705 commit 5abd884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/modals/Loader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Loader = ({ superState }) => {
2020
</div>
2121
<br />
2222
<br />
23-
{ superState.dockerCheck && superState.graphs[superState.curGraphIndex].built
23+
{ superState.curGraphInstance && superState.dockerCheck && superState.graphs[superState.curGraphIndex].built
2424
? <button className="btn loader-btn" onClick={stopDocker} type="button">STOP Docker Build</button>
2525
: '' }
2626
</ParentModal>

0 commit comments

Comments
 (0)