Skip to content

Commit

Permalink
welcomescreen to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Dec 2, 2023
1 parent c24ce39 commit 947f269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function WelcomeScreen() {
}}
>
<Button onClick={() => pushModal('import')}>Import my budget</Button>
<Button type="primary" onClick={createBudget}>
<Button type="primary" onClick={() => createBudget()}>
Start fresh
</Button>
</View>
Expand Down
2 changes: 1 addition & 1 deletion upcoming-release-notes/2004.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ category: Maintenance
authors: [MikesGlitch]
---

Convert BudgetTotals, GoCardlessLink, Import components to Typescript.
Convert BudgetTotals, GoCardlessLink, Import, WelcomeScreen components to Typescript.

0 comments on commit 947f269

Please sign in to comment.