Skip to content

Commit

Permalink
chore(mobile): update query to list all transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Jul 31, 2024
1 parent 327dceb commit 5121bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/app/(app)/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default function HomeScreen() {
{
walletAccountId,
// FIXME: This should be dynamic @bkdev98
from: dayjsExtended().subtract(1, 'month').startOf('month').toDate(),
to: dayjsExtended().endOf('day').toDate(),
from: dayjsExtended().subtract(10, 'year').startOf('year').toDate(),
to: dayjsExtended().add(10, 'year').endOf('year').toDate(),
},
)

Expand Down

0 comments on commit 5121bf9

Please sign in to comment.