Skip to content

Commit

Permalink
removed ununsed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
matextrem committed Oct 11, 2023
1 parent 8c575a7 commit 64f6716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/app/new-transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function NewTransaction() {
</Box>
</>
)}
{actionSelected && <Transaction action={actionSelected} />}
{actionSelected && <Transaction />}
</Box>
);
}

0 comments on commit 64f6716

Please sign in to comment.