Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 2, 2024
1 parent f6ce99d commit 22bc97e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can also pass a Server Action to a Client Component as a prop:
export default function ClientComponent({
updateItemAction,
}: {
updateItemAction: (formData: FormData) => void,
updateItemAction: (formData: FormData) => void
}) {
return <form action={updateItemAction}>{/* ... */}</form>
}
Expand Down

0 comments on commit 22bc97e

Please sign in to comment.