Remove log

This commit is contained in:
Gregory Schier
2023-03-20 13:49:35 -07:00
parent a938dc45f0
commit c57b6e1d73

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}