We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d5c75 commit b8dfa4fCopy full SHA for b8dfa4f
client/src/connection/Testing.jsx
@@ -1280,6 +1280,7 @@ export const Testing = ({
1280
</section>
1281
<section className="right">
1282
{renderSection()}
1283
+ {section !== sections.pendingChanges &&
1284
<div className={`actions ${showOverviewButton ? "orphan" : ""}`}>
1285
{!showOverviewButton &&
1286
<>
@@ -1303,7 +1304,7 @@ export const Testing = ({
1303
1304
icon={<ArrowRight/>}
1305
onClick={backToMainOverview}/>
1306
}
- </div>
1307
+ </div>}
1308
1309
1310
</div>
0 commit comments