Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added and removed some comments
  • Loading branch information
Jastagar committed Dec 2, 2023
commit 81945cc11395c72fb05f16fed491695c9092dea5
1 change: 0 additions & 1 deletion src/components/TabPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const TabPanel = (props) => {
id={`panel${id}`}
aria-labelledby={`tab${id}`}
>
{/* {forceRender || selected ? children: null} */}
{forceRender || selected ? !disabled? children: DisabledComponent : null}
</div>
);
Expand Down