Skip to content

Commit

Permalink
chore: uncomment a prop
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-matskevich-deriv committed Jul 10, 2024
1 parent 7de1cb8 commit e101810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transactions/transactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const Transactions = observer(({ is_drawer_open }: TTransactions) => {
<Button
id='download__container__view-detail-button'
className='download__container__view-detail-button'
// disabled={!transaction_list?.length}
disabled={!transaction_list?.length}
onClick={() => {
toggleTransactionDetailsModal(true);
}}
Expand Down

0 comments on commit e101810

Please sign in to comment.