Skip to content

Commit

Permalink
fix: Review send NFT view
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Jul 10, 2023
1 parent 878032e commit d4b6841
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/tx-flow/flows/NftTransfer/ReviewNftBatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const ReviewNftBatch = ({ params, onSubmit, txNonce }: ReviewNftBatchProps): Rea
</Typography>
</Grid>

<NftItems tokens={tokens} />
<Grid item xs={10}>
<NftItems tokens={tokens} />
</Grid>
</Grid>

<SendToBlock address={params.recipient} />
Expand Down

0 comments on commit d4b6841

Please sign in to comment.