Skip to content

Commit 78f2ae3

Browse files
committed
fix: wrap actioncard with Box to pass props correctly.
1 parent cd1e25f commit 78f2ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/eth.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ const CentralColumn = (props: ChildOnlyProp) => (
237237
)
238238

239239
const CentralActionCard = (props: ComponentProps<typeof ActionCard>) => (
240-
<ActionCard
240+
<Box
241+
as={ActionCard}
241242
display={{ base: "block", sm: "flex" }}
242243
flex="none"
243244
my={8}

0 commit comments

Comments
 (0)