Skip to content

Commit

Permalink
add back in class for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jan 26, 2024
1 parent f2b7539 commit 12a7cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonProgress/LemonProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const LemonProgress = ({
>
<span
className={clsx(
'block h-full rounded-full transition-all',
'LemonProgress__track block h-full rounded-full transition-all',
percent > 0 ? (size === 'large' ? 'min-w-5' : 'min-w-1.5') : null
)}
// eslint-disable-next-line react/forbid-dom-props
Expand Down

0 comments on commit 12a7cdc

Please sign in to comment.