feat: feature/mvp-sprint-1
This commit is contained in:
parent
17e8d0e3b1
commit
b6a066b630
@ -369,7 +369,6 @@ export const Thingtime = (props) => {
|
||||
}
|
||||
if (type === "object" && !circular) {
|
||||
if (chakra) {
|
||||
console.log("nik Chakras", Chakras)
|
||||
const ChakraComponent = Chakras[chakra]
|
||||
|
||||
console.log("Thingtime is chakra", fullPath, chakra)
|
||||
|
@ -16,7 +16,7 @@ export const ThingtimeURL = (props) => {
|
||||
}, [matches])
|
||||
|
||||
const path = React.useMemo(() => {
|
||||
console.log("nik location", location)
|
||||
console.log("ThingtimeURL location", location)
|
||||
|
||||
// const sanitisation = ["/things", "/edit", "/editor", "/code", "/coder"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user