Skip to content

Commit

Permalink
chore: give more space to home page (#3216)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Apr 24, 2024
1 parent 49ca39c commit b4b40d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/home-screen/home-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const HomeScreen: React.FC = () => {
}
| undefined = undefined

const TRANSACTIONS_TO_SHOW = 2
const TRANSACTIONS_TO_SHOW = 1

if (isAuthed && transactions.length > 0) {
recentTransactionsData = {
Expand Down

0 comments on commit b4b40d0

Please sign in to comment.