Skip to content

Commit

Permalink
Removed errors from development console (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhishek Kumar <abhimait1909@gmail.com>
  • Loading branch information
rizwan2000rm and Abhishek-kumar09 committed Mar 22, 2021
1 parent 21f9187 commit ba4b06c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/CoursePageViewWithVideo/index.js
Expand Up @@ -117,11 +117,7 @@ function TabPanel(props) {
aria-labelledby={`full-width-tab-${index}`}
{...other}
>
{value === index && (
<Box>
<Typography>{children}</Typography>
</Box>
)}
{value === index && <Box>{children}</Box>}
</div>
);
}

0 comments on commit ba4b06c

Please sign in to comment.