Fix when users are rerouted from the dashboard to the not-found page for whatever reason
Summary of Changes
use window.location.pathname for not-found param as this.router.get('currentURL') would often times be undefined leading to an error and a blank screen
Purpose
not-found
page for whatever reasonSummary of Changes
window.location.pathname
fornot-found
param asthis.router.get('currentURL')
would often times beundefined
leading to an error and a blank screenScreenshot(s)
Side Effects
QA Notes