Skip to content

Commit f264fbb

Browse files
committed
Fix link to reports page
1 parent ff93bb4 commit f264fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common/components/Router/TabNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const TabNavigation = (): JSX.Element => {
104104
fixedWidth
105105
/>
106106
</IonTabButton>
107-
<IonTabButton className="ls-tab-navigation__bar-button" tab="reports" href="/reports">
107+
<IonTabButton className="ls-tab-navigation__bar-button" tab="reports" href="/tabs/reports">
108108
<Icon
109109
className="ls-tab-navigation__bar-button-icon"
110110
icon="fileLines"

0 commit comments

Comments
 (0)