Skip to content

Commit

Permalink
chore: remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjaindev committed Mar 11, 2025
1 parent e9a93b0 commit 2b26ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Progressing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DetailsProgressing = ({
children,
}: ProgressingProps): JSX.Element => (
<div
className={`details-loader bg__primary flex column fs-14 fw-6 ${fullHeight ? 'h-100' : 'details-loader-height'}`}
className={`bg__primary flex column fs-14 fw-6 ${fullHeight ? 'h-100' : ''}`}
style={styles}
data-testid="details-progressing"
>
Expand Down

0 comments on commit 2b26ba4

Please sign in to comment.