Skip to content

Commit

Permalink
reorder combined reports (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregable authored Apr 4, 2024
1 parent 4bf0545 commit 24dcc90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/calculator/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@
spouse={context.spouse}
/>
</SidebarSection>
<SidebarSection label="Survivor Benefit">
<SurvivorReport
<SidebarSection label="Filing Dates">
<CombinedChart
recipient={context.recipient}
spouse={context.spouse}
/>
</SidebarSection>
<SidebarSection label="Filing Dates">
<CombinedChart
<SidebarSection label="Survivor Benefit">
<SurvivorReport
recipient={context.recipient}
spouse={context.spouse}
/>
Expand Down

0 comments on commit 24dcc90

Please sign in to comment.