We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f192e0a commit 170271bCopy full SHA for 170271b
src/components/atoms/Tabs.js
@@ -47,7 +47,7 @@ const Tabs = () => {
47
role='tab'
48
onClick={() => {
49
setFocusTab(tab.id);
50
- console.log(`CLICKED THE ${tab.id}`);
+ console.debug(`Selected tab: ${tab.id}`);
51
}}
52
data-id={tab.id}
53
data-collection-id={tab.collectionId}
0 commit comments