File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Shared/Components/KeyValueTable Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ export const KeyValueTable = <K extends string>({
392
392
) : (
393
393
< div
394
394
key = { key }
395
- className = { `bcn-50 cn-9 fs-13 lh-20 py-8 px-12 fw-6 flexbox dc__align-items-center dc__content-space dc__gap-2 ${ key === firstHeaderKey ? `${ hasRows ? 'dc__top-left-radius' : 'dc__left-radius-4' } ` : `${ hasRows ? 'dc__top-right-radius' : 'dc__right-radius-4' } ` } ${ className || '' } ` }
395
+ className = { `bcn-50 cn-9 fs-13 lh-20 py-8 px-12 fw-6 flexbox dc__align-items-center dc__content-space dc__gap-2 ${ key === firstHeaderKey ? `${ hasRows ? 'dc__top-left-radius' : 'dc__left-radius-4' } ` : `${ hasRows ? 'dc__top-right-radius-4 ' : 'dc__right-radius-4' } ` } ${ className || '' } ` }
396
396
>
397
397
{ label }
398
398
{ ! ! headerComponent && headerComponent }
You can’t perform that action at this time.
0 commit comments