Skip to content

Commit

Permalink
chore: adress review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrTopi committed Dec 7, 2023
1 parent e2db3dc commit ca3b911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/__docs__/src/Playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,11 @@ class Playground extends Component<PlaygroundProps, PlaygroundState> {
)
}

renderTabPanel = (themeKey: any, themes: any) => {
renderTabPanel = (themeKey: string, themes: MainDocsData['themes']) => {
const { selectedTab, code } = this.state

return (
<Tabs
margin="large auto"
padding="medium"
onRequestTabChange={(_event, { index }) => {
this.setState({
Expand Down

0 comments on commit ca3b911

Please sign in to comment.