Commit 030a82b2 authored by yann300's avatar yann300

remove log

parent a911d74a
......@@ -33,7 +33,6 @@ export const TabsUI = (props: TabsUIProps) => {
const renderTab = (tab, index) => {
const classNameImg = 'my-1 mr-1 text-dark ' + tab.iconClass
console.log('renderTab', index, currentIndexRef.current)
const classNameTab = 'nav-item nav-link tab' + (index === currentIndexRef.current ? ' active' : '')
return (
<div ref={el => { tabsRef.current[index] = el }} className={classNameTab} title={tab.tooltip}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment