Skip to content

Commit

Permalink
schedtipmsg for new houses
Browse files Browse the repository at this point in the history
  • Loading branch information
jho44 committed Aug 10, 2023
1 parent d6e0deb commit e2ac595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/household/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
dateOfBirth: new Date(e.target[3].value)
});
if (response.status == 200) {
// if (newHouse)
schedTipMsg();
if (newHouse) schedTipMsg();
await invalidate('data:householdId');
const { id } = await response.json();
kids = [
Expand Down

0 comments on commit e2ac595

Please sign in to comment.