Skip to content

Commit cf4fc5b

Browse files
- FIX: Fixed error where navigating away from outbreak details page no longer works.
1 parent b6189df commit cf4fc5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/src/pages/outbreak/[id].vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,8 @@
825825
next()
826826
}
827827
})
828+
} else {
829+
next()
828830
}
829831
})
830832
</script>

0 commit comments

Comments
 (0)