Skip to content

Commit 5464a75

Browse files
committed
fix test
1 parent 7103c0b commit 5464a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/design-system/src/components/RatioBar/RatioBar.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const getLabel = (
4040
<div className={styles['tc-ratio-bar-counter']} data-testid="ratio-bar-counter">
4141
{notApplicableLabel || (
4242
<>
43-
<strong>N</strong> / A
43+
<strong>N</strong>/A
4444
</>
4545
)}
4646
</div>

0 commit comments

Comments
 (0)