mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
removed unwanted logs
This commit is contained in:
parent
2d4c8da048
commit
7d7c6c84bc
@ -42,8 +42,6 @@ export class PagePanelWithNavMenu extends React.Component {
|
|||||||
if (!tab) {
|
if (!tab) {
|
||||||
tab = this.props.tabs.find((children) => children.key === key)
|
tab = this.props.tabs.find((children) => children.key === key)
|
||||||
} else {
|
} else {
|
||||||
console.log(tab.children)
|
|
||||||
|
|
||||||
if (!tab.children) {
|
if (!tab.children) {
|
||||||
console.error("PagePanelWithNavMenu: tab.children is not defined")
|
console.error("PagePanelWithNavMenu: tab.children is not defined")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user