Skip to content

Commit

Permalink
feat(Tabs): remove logs
Browse files Browse the repository at this point in the history
Ref: #develop
  • Loading branch information
fermarinsanchez committed Nov 27, 2023
1 parent 4f27e30 commit b4cab01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export const TabNavList = forwardRef(
const { classes, cx } = TabNavListStyles({ animated: animated.inkBar }, { name: 'TabNavList' });
const nextTabCode = orientation === 'horizontal' ? 'ArrowRight' : 'ArrowDown';
const previousTabCode = orientation === 'horizontal' ? 'ArrowLeft' : 'ArrowUp';
console.log('centerGrow en TabNavList', centerGrow);
const handleKeyDown = (event) => {
if (event.nativeEvent.code === nextTabCode) {
event.preventDefault();
Expand Down

0 comments on commit b4cab01

Please sign in to comment.