Skip to content

Commit 2b26ba4

Browse files
committed
chore: remove unused class
1 parent e9a93b0 commit 2b26ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Progressing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const DetailsProgressing = ({
5353
children,
5454
}: ProgressingProps): JSX.Element => (
5555
<div
56-
className={`details-loader bg__primary flex column fs-14 fw-6 ${fullHeight ? 'h-100' : 'details-loader-height'}`}
56+
className={`bg__primary flex column fs-14 fw-6 ${fullHeight ? 'h-100' : ''}`}
5757
style={styles}
5858
data-testid="details-progressing"
5959
>

0 commit comments

Comments
 (0)