Skip to content

Commit

Permalink
remove unnecessary fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 13, 2024
1 parent 2a329f6 commit 876b9b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/explorer/src/app/interact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,5 @@ async function getABI() {

export default async function Interact() {
const data = await getABI();
return (
<>
<Form data={data} />
</>
);
return <Form data={data} />;
}

0 comments on commit 876b9b2

Please sign in to comment.