Skip to content

Instantly share code, notes, and snippets.

@ac12644
Created November 2, 2022 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ac12644/f9e9a736e3ff8f73fdf268f50834dd80 to your computer and use it in GitHub Desktop.
Save ac12644/f9e9a736e3ff8f73fdf268f50834dd80 to your computer and use it in GitHub Desktop.
...
import FundraiserCard from 'blocks/FundraiserCard';
export default function Projects() {
...
const dispalyFundraiser = () => {
return (
funds.map((item) =>
return <FundraisersCard fundraiser={funds} key={funds}>
)
}
return (...);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment