Skip to content

Commit c1fadc9

Browse files
committed
refactor: remove unused className prop from AdPlaceholder component
1 parent d8229f2 commit c1fadc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/placeholders/AdPlaceholder.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export const AdPlaceholder = ({ className = '' }: { className?: string }) => {
1+
export const AdPlaceholder = () => {
22
return (
3-
<div className={'cardPlaceholder adCardPlaceholder'}>
3+
<div className="cardPlaceholder adCardPlaceholder">
44
<span className="image" />
55
<div className="cardContent">
66
<span className="line" />

0 commit comments

Comments
 (0)