Skip to content

Commit

Permalink
fix: remove forgotten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vsesh committed Jun 13, 2024
1 parent 1d70623 commit cd81bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/react/useDiplodocTabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function useDiplodocTabs(callback: UseDiplodocTabsCallback) {
window[GLOBAL_SYMBOL].selectTabById(tabId, options),
[],
),
// @todo remove
selectTab: useCallback((tab: Tab) => window[GLOBAL_SYMBOL].selectTab(tab), []),
};
}

0 comments on commit cd81bc6

Please sign in to comment.