Skip to content

Commit

Permalink
[INJIVER-727] removed unwanted comment
Browse files Browse the repository at this point in the history
Signed-off-by: srikanth716 <[email protected]>
  • Loading branch information
srikanth716 committed Oct 18, 2024
1 parent 3e3423e commit 21c9d70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const Tab = ({
const inactiveTab =
"bg-inactiveTabBackground text-inactiveTabText shadow-lg mt-[6px]";
const disabledTab = "text-gray-600 bg-gray-200 ";
// const toolTip = "absolute z-10 p-2 text-sm text-white bg-gray-800 rounded-lg opacity-0 transition-opacity duration-300";
const enabledTab = active ? activeTab : inactiveTab;
return (
<div>
Expand Down

0 comments on commit 21c9d70

Please sign in to comment.