Remove log

This commit is contained in:
Gregory Schier
2023-03-20 13:49:35 -07:00
parent 15bc08390b
commit 54aa594a70

View File

@@ -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}