Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kgravenreuth/8ef93f8bb7b4d99e01fb39909ca58f49 to your computer and use it in GitHub Desktop.
Save kgravenreuth/8ef93f8bb7b4d99e01fb39909ca58f49 to your computer and use it in GitHub Desktop.
Cloudbet Market Helper - Competition imported into App.js
//App.js
{loading ? <Loading /> : competitions.map((c) => (
<Competition
competition={c}
apiKey={apiKey}
key={c.key}
sportKey={sport}
/>
))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment