From b9dc792b0c8db8094f0c87b2da253a10c9a3b0ee Mon Sep 17 00:00:00 2001 From: Lim Date: Thu, 19 Oct 2017 16:10:35 -0500 Subject: [PATCH] Changed FlowRouter.url to FlowRouter.path --- meteor-app/imports/ui/pages/not-found.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor-app/imports/ui/pages/not-found.js b/meteor-app/imports/ui/pages/not-found.js index 22aa4f8..596f655 100644 --- a/meteor-app/imports/ui/pages/not-found.js +++ b/meteor-app/imports/ui/pages/not-found.js @@ -8,7 +8,7 @@ export default () => (

Sorry, that page doesn’t exist

- Go to home + Go to home
);