Browse Source

clean code

Yuki Takei 4 years ago
parent
commit
419a5daa63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Navbar/GrowiSubNavigation.tsx

+ 1 - 1
packages/app/src/components/Navbar/GrowiSubNavigation.tsx

@@ -29,7 +29,7 @@ type Props = {
   tags?: string[],
   tagsUpdatedHandler?: (newTags: string[]) => Promise<void>,
 
-  controls?: any,
+  controls?: React.FunctionComponent,
 }
 
 export const GrowiSubNavigation = (props: Props): JSX.Element => {