diff --git a/common/app/App.jsx b/common/app/App.jsx index fa54b2fd28..11dde49f91 100644 --- a/common/app/App.jsx +++ b/common/app/App.jsx @@ -10,6 +10,7 @@ import { isSignedInSelector } from './redux'; +import Flash from './Flash'; import Nav from './Nav'; import Toasts from './Toasts'; import NotFound from './NotFound'; @@ -60,12 +61,9 @@ export class FreeCodeCamp extends React.Component { route } = this.props; const Child = routes[route] || NotFound; - // we render nav after the content - // to allow the panes to update - // redux store, which will update the bin - // buttons in the nav return (
+