mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +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