bug fixes

This commit is contained in:
Joel Varty
2021-06-18 13:31:02 -04:00
parent 52f2cccc11
commit a88b52b00a
13 changed files with 44 additions and 1059 deletions

View File

@@ -1,6 +1,6 @@
import pageTemplates from "components/agility-pageTemplates"
const AgilityPage = ({ header, agilityProps, error, revalidate }: {header:any, agilityProps: any, error?: any, revalidate?: any}) => {
const AgilityPage = ({ agilityProps, error, revalidate }: { agilityProps: any, error?: any, revalidate?: any}) => {
if (!agilityProps) {
console.error(`Page object or template was not found.`)