Skip to content

Commit b8dfa4f

Browse files
committed
Fixes #530
1 parent d2d5c75 commit b8dfa4f

File tree

3 files changed

+475
-456
lines changed

3 files changed

+475
-456
lines changed

client/src/connection/Testing.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ export const Testing = ({
12801280
</section>
12811281
<section className="right">
12821282
{renderSection()}
1283+
{section !== sections.pendingChanges &&
12831284
<div className={`actions ${showOverviewButton ? "orphan" : ""}`}>
12841285
{!showOverviewButton &&
12851286
<>
@@ -1303,7 +1304,7 @@ export const Testing = ({
13031304
icon={<ArrowRight/>}
13041305
onClick={backToMainOverview}/>
13051306
}
1306-
</div>
1307+
</div>}
13071308

13081309
</section>
13091310
</div>

0 commit comments

Comments
 (0)