fix: solve eslint errors
This commit is contained in:
parent
482603c378
commit
d72fd9cd91
@ -169,6 +169,7 @@ const TabTrigger = (props: TabTriggerProps) => {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [name]);
|
}, [name]);
|
||||||
|
|
||||||
const Comp = props.asChild ? Slot : "button";
|
const Comp = props.asChild ? Slot : "button";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user