Skip to content

Commit

Permalink
correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 10, 2023
1 parent f8dd62e commit cd66949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Tab from '@mui/material/Tab'
*
* @property {Array<string>} tabList array of Tab strings composed of tab names
* @property {boolean} scrollableTabs whenever the tabs number is large then 5 variant shall be flipper to scrollable
* @property {Function} actionCb called back fired when the tabs is selected returns currect tab number
* @property {Function} actionCb callBack fired when the tabs is selected, returns currect tab number
* @return {React.Component}
*/
export default function Tabs({tabList, scrollableTabs, actionCb}) {
Expand Down

0 comments on commit cd66949

Please sign in to comment.