Skip to content

Commit 6a4957f

Browse files
authored
Merge pull request #1630 from IFRCGo/fix/preparedness-hash-redirect
Add redirection for `preparedness#operational-learning` route
2 parents 42679c1 + 4cdea2b commit 6a4957f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Add redirection logic for preparedness#operational-learning

app/src/App/routes/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ const preparednessIndex = customWrapRoute({
348348
'#global-summary': 'global-summary',
349349
'#global-performance': 'global-performance',
350350
'#resources-catalogue': 'resources-catalogue',
351+
'#operational-learning': 'operational-learning',
351352
},
352353
},
353354
},

0 commit comments

Comments
 (0)