Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 13d4c87

Browse files
authored
Update Routes.js
1 parent c0efb4f commit 13d4c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const renderRoutes = () => (
119119
)}
120120
/>
121121
<Route
122-
path="/canceled"
122+
path="/cancel"
123123
exact
124124
render={props => (
125125
<Cancelled />

0 commit comments

Comments
 (0)