Skip to content

Commit

Permalink
fix: replace old per operational learning route with new route
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Oct 30, 2024
1 parent 4fa6a36 commit 5ee9004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/views/DrefApplicationForm/EventDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function EventDetail(props: Props) {
}, [setFieldValue]);

const operationalLearningUrl = useLink({
to: 'preparednessGlobalOperational',
to: 'operationalLearning',
external: false,
});

Expand Down
2 changes: 1 addition & 1 deletion app/src/views/SurgeOperationalToolbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export function Component() {
{
learnings: (
<Link
to="preparednessGlobalOperational"
to="operationalLearning"
>
{strings.learnings}
</Link>
Expand Down

0 comments on commit 5ee9004

Please sign in to comment.