Skip to content

Commit

Permalink
Remove unnecessary added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Sep 6, 2024
1 parent 0ace1c1 commit 1d34547
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const ConfirmTransaction = () => {
]);

const { id, type } = transaction;

const transactionId = id;
const isValidTokenMethod = isTokenMethodAction(type);
const isValidTransactionId =
Expand Down

0 comments on commit 1d34547

Please sign in to comment.