mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
Remove log
This commit is contained in:
@@ -68,7 +68,6 @@ export const Tabs = memo(function Tabs({
|
|||||||
{tabs.map((t) => {
|
{tabs.map((t) => {
|
||||||
const isActive = t.value === value;
|
const isActive = t.value === value;
|
||||||
if (t.options && isActive) {
|
if (t.options && isActive) {
|
||||||
console.log('OPTIONS', t.options, t.options?.value);
|
|
||||||
return (
|
return (
|
||||||
<RadioDropdown
|
<RadioDropdown
|
||||||
key={t.value}
|
key={t.value}
|
||||||
|
|||||||
Reference in New Issue
Block a user