Skip to content

Commit 990a46d

Browse files
committed
remove extra comma
1 parent 1635299 commit 990a46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/data-portal/app/components/Deposition/DepositionFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function DepositionFilters() {
5454
key={label}
5555
className={cns(
5656
'flex items-center justify-between px-sds-xl',
57-
'text-sds-body-xs-400-wide, tracking-sds-body-xs-400-wide leading-sds-body-xs',
57+
'text-sds-body-xs-400-wide tracking-sds-body-xs-400-wide leading-sds-body-xs',
5858
'text-light-sds-color-semantic-base-text-secondary',
5959
)}
6060
>

0 commit comments

Comments
 (0)