Skip to content

Commit

Permalink
fix: add insurable route id
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Mar 21, 2023
1 parent 2afdc96 commit 79e838e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const SwapDetailsPage: React.FC = () => {
mt={2}
status={routeExecution.status}
feeAmountUsd={routeExecution.route.insurance.feeAmountUsd}
available={routeExecution.route.insurance.state === 'INSURED'}
insurableRouteId={routeExecution.route.id}
/>
) : null}
<Card mt={2}>
Expand Down

0 comments on commit 79e838e

Please sign in to comment.