refactor(island): 🚨 remove unused undefined union
This commit is contained in:
parent
c21d21015f
commit
a666f22e3f
|
|
@ -37,7 +37,7 @@ export default function MemberCardList(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
function Placeholder({ ref }: { ref?: Ref<HTMLDivElement> | undefined }) {
|
function Placeholder({ ref }: { ref?: Ref<HTMLDivElement> }) {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
// class='components__blog_block components__blog_block--card components__blog_block--placeholder'
|
// class='components__blog_block components__blog_block--card components__blog_block--placeholder'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue