-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(curriculum): Table of content #1
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for momi-foundation-coding ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
||
export default Curriculum; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the last line empty(end of line[eol])
src/routes/curriculum.js
Outdated
|
||
const Curriculum = () => { | ||
console.log({ data }) | ||
// console.log({ data }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove any comments and logs.
src/routes/root.js
Outdated
|
||
const Root = () => { | ||
console.log(process.env.REACT_APP_BACKEND_API) | ||
console.log(process.env.REACT_APP_BACKEND_API); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍, just address the minor issues I have left and fix the conflicts.
While merging let's remember to squash the commits.
❌ Deploy Preview for momi-foundation-coding failed.
|
No description provided.