Skip to content

Commit

Permalink
update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Jan 8, 2024
1 parent 78166ec commit 4f6adf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function PreferencesModalTabs( { sections } ) {
const [ activeMenu, setActiveMenu ] = useState( PREFERENCES_MENU );
/**
* Create helper objects from `sections` for easier data handling.
* `tabs` is used for creating the `TabPanel` and `sectionsContentMap`
* `tabs` is used for creating the `Tabs` and `sectionsContentMap`
* is used for easier access to active tab's content.
*/
const { tabs, sectionsContentMap } = useMemo( () => {
Expand Down

0 comments on commit 4f6adf5

Please sign in to comment.