Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Mar 3, 2024
1 parent c9c98a1 commit ddcbeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function experimental_ButtonTransaction({
return [
<meta
property={`fc:frame:button:${index}`}
content={children}
content={normalizeChildren(children)}
data-value="_t"
/>,
<meta property={`fc:frame:button:${index}:action`} content="tx" />,
Expand Down

0 comments on commit ddcbeca

Please sign in to comment.