-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
In the GHG Weekly, Monthly, and Yearly pages, refactor the following into a component.
const { asPath } = useRouter();
var afterWithout = asPath.substr(1, asPath.lastIndexOf("/"));
const DataRouteURL = afterWithout;
if (error) return <div>Failed to load</div>;
if (!data) return <Layout>LOADING</Layout>;
Pages that will need to be updated
-
/co2/weekly -
/co2/monthly -
/co2/yearly -
/ch4/monthly -
/sf6/monthly -
/sf6/yearly -
/n2o/monthly -
/n2o/yearly
And update GHG index pages
-
/sf6/monthly -
/sf6/yearly -
/n2o/monthly -
/n2o/yearly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers