-
Notifications
You must be signed in to change notification settings - Fork 149
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines. |
english/time-travel/1/0.md
Outdated
|
||
|
||
|
||
|
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.
Delete these lines
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.
Done.
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.
Hi @hkumar0132,
Could you add your dungeon on this options
src/pages/index.jsx
Outdated
{posts.map((post, index) => ( | ||
<CardGrid item key={index} post={post} xs={12} sm={6} md={3} /> | ||
))} | ||
{posts.map((post, index) => { | ||
console.log(post, index); | ||
return <CardGrid item key={index} post={post} xs={12} sm={6} md={3} /> | ||
})} |
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.
Rollback this change and package-lock.json
Kudos, SonarCloud Quality Gate passed! |
Hey @ming-tsai I have made the changes. Let me know if any more changes required. |
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 work @hkumar0132 🎉🚀🥇
Congrats on merging your first pull request! We here at MakeContributions are proud of you! 🎉🎉🎉🎉. |
No description provided.