Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
MAT-7724: change empty tabs to div
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb committed Oct 18, 2024
1 parent ebf96d4 commit 55a25b7
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ export default function CreateTestCaseNavTabs(props: NavTabProps) {
/>
</Tabs>
) : (
<Tabs
id="test-case-nav-container"
value={leftPanelActiveTab}
onChange={(e, v) => {
setLeftPanelActiveTab(v);
}}
type="D"
></Tabs>
<div style={{ margin: "24px", width: "fit-content" }}></div>
)}
</>
);
Expand Down

0 comments on commit 55a25b7

Please sign in to comment.