-
Notifications
You must be signed in to change notification settings - Fork 0
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: Create Family Tree Component #138
Conversation
app/admin/family-tree/page.tsx
Outdated
setFamilyTreeData(data); | ||
setCurrentFamilly(Object.keys(data)[0]); | ||
setCurrentFamillyData(generateFamilyTreeNodesAndEdges(data[Object.keys(data)[0]])); | ||
console.log(data[Object.keys(data)[0]]) |
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.
remove console log
app/admin/family-tree/page.tsx
Outdated
}; | ||
}); | ||
|
||
console.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.
remove 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.
LGTM, just remove the console logs!
What does this PR do?
Type of change
Tests Performed
Screenshots
Additional Comments