Skip to content
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

fix(notes render bug): notes render bug #331

Merged
merged 2 commits into from
Jul 7, 2020
Merged

Conversation

manorlh
Copy link
Collaborator

@manorlh manorlh commented Jul 7, 2020

notes render bug

const Notes = ({data, onEditNote}) => {
// return data.notes;
console.log("data.notes",data.notes);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

const Notes = ({data, onEditNote}) => {
// return data.notes;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@NivLipetz NivLipetz merged commit 5440e5a into master Jul 7, 2020
@enudler enudler deleted the fix-notes-render-bug branch July 17, 2020 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants