Skip to content

Commit

Permalink
update copy to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 22, 2024
1 parent cf8d045 commit 79e0f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AreaPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
merchants = 'Merchants',
stats = 'Stats',
activity = 'Activity',
contibute = 'Contribute'
maintain = 'Maintain'
}
const sections = Object.values(Sections);
Expand Down Expand Up @@ -436,7 +436,7 @@
<AreaStats {name} {filteredElements} {areaReports} />
{:else if activeSection === Sections.activity}
<AreaActivity {name} {dataInitialized} {eventElements} {taggers} />
{:else if activeSection === Sections.contibute}
{:else if activeSection === Sections.maintain}
<IssuesTable
title="{name || 'BTC Map Area'} Tagging Issues"
{issues}
Expand Down

0 comments on commit 79e0f48

Please sign in to comment.