Skip to content

Commit 28f3ac7

Browse files
“mhmaidi789”JIB3377MaxWeisenmhmaidi789dieunity
authored andcommitted
Removed btnFeedback when install dependencies is clicked inside the modal
Co-authored-by: Justin Baik <bij3377@gmail.com> Co-authored-by: Max Weisenberger <germanbluemax@gmail.com> Co-authored-by: Mo Hmaidi <mhmaidi789@gmail.com> Co-authored-by: Dieu Huynh <dieuhhuynh@gmail.com>
1 parent b6b5825 commit 28f3ac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Modals/Modal.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ const Modal = ({
309309
<span id={styles.newTestButtons}>
310310
<button id={styles.save} onClick={installDependencies}>Install</button>
311311
<div id={styles.feedback}>
312-
{btnFeedback.installed === false ? null : <p>Dependencies installation have been complete</p>}
313312
</div>
314313
</span>
315314
</div>

0 commit comments

Comments
 (0)