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