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 117511f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/tx-flow/flows/NftTransfer/ReviewNftBatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ const ReviewNftBatch = ({ params, onSubmit, txNonce }: ReviewNftBatchProps): Rea

return (
<SignOrExecuteForm onSubmit={onSubmit}>
<Grid container gap={1} flexWrap="nowrap" mb={2}>
<Grid item xs={2} flexShrink={0}>
<Grid container gap={1} mb={2}>
<Grid item md>
<Typography variant="body2" color="text.secondary">
Send
</Typography>
</Grid>

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

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

0 comments on commit 117511f

Please sign in to comment.