Skip to content

Commit

Permalink
fix: return MediaBase card animation
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Oct 14, 2024
1 parent 52e1069 commit 4e2de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MediaBase/MediaBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const MediaBase = (props: MediaBaseProps) => {
</Col>
{card ? (
<Col sizes={mediaSizes}>
<div>{card}</div>
<div className={b('card')}>{card}</div>
</Col>
) : null}
</Row>
Expand Down

0 comments on commit 4e2de0f

Please sign in to comment.