Skip to content

Commit

Permalink
feat: merged with v1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkparti committed Aug 17, 2023
1 parent 1fc2c73 commit c1e2db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MyTransfers/MyTransfers.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const MyTransfers = () => {
}}
>
{message && <Message message={message} onClose={() => setMessage('')} />}
<Grid container direction="column" sx={{ flexGrow: '1' }}>
<Grid container direction='column' sx={{ flexGrow: '1' }}>
<TransfersTable
tableTitle={'My Transfers'}
tableRows={tableRows}
Expand Down

0 comments on commit c1e2db1

Please sign in to comment.