Skip to content

Commit db81766

Browse files
committed
TCA-1278 - hide certification details enrollment until progress is fetched
1 parent 2d01cb9 commit db81766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/certification-details/CertificationDetailsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const CertificationDetailsPage: FC<{}> = () => {
118118
/>
119119
</>
120120
)
121-
) : <></>
121+
) : undefined
122122
}
123123

124124
function renderSidebar(): ReactNode {

0 commit comments

Comments
 (0)