Skip to content

Commit

Permalink
formating fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-garrett committed Feb 12, 2025
1 parent 3beb91d commit 1d36e3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/flame-defi/app/swap/components/SwapTxnSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ function TxnSuccess({
);
}

function TxnFailed({
txnMsg,
}: TxnStepsProps) {
function TxnFailed({ txnMsg }: TxnStepsProps) {
return (
<div className="flex flex-col items-center justify-center h-full">
<ErrorIcon size={170} className="text-orange-soft" />
Expand Down

0 comments on commit 1d36e3f

Please sign in to comment.