Hide charity page to fix error
This commit is contained in:
parent
f62b1037ff
commit
09d95f2b2b
|
@ -33,10 +33,10 @@ export default function CharityPageWrapper() {
|
||||||
if (!charity) {
|
if (!charity) {
|
||||||
return <Custom404 />
|
return <Custom404 />
|
||||||
}
|
}
|
||||||
return <CharityPage charity={charity} />
|
// return <CharityPage charity={charity} />
|
||||||
}
|
}
|
||||||
|
|
||||||
function CharityPage(props: { charity: Charity }) {
|
function _CharityPage(props: { charity: Charity }) {
|
||||||
const { charity } = props
|
const { charity } = props
|
||||||
const { name, photo, description } = charity
|
const { name, photo, description } = charity
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user