Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Dec 4, 2023
1 parent 823e965 commit 1e0b34a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const LayoutTabs: FC<LayoutTabsProps> = (props) => {

const handleTabChange = (value: unknown) => {
if (activeTab === value) {
console.log("SAME TAB. DO NOTHING");
return;
}

Expand Down

0 comments on commit 1e0b34a

Please sign in to comment.