소스 검색

132486 replace comma

soumaeda 2 년 전
부모
커밋
5dd43e9ce8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/components/PageTags/PageTags.tsx

+ 1 - 1
apps/app/src/components/PageTags/PageTags.tsx

@@ -10,7 +10,7 @@ type Props = {
   tags?: string[],
   isTagLabelsDisabled: boolean,
   tagsUpdateInvoked?: (tags: string[]) => Promise<void> | void,
-  openTagEditModal?: () => void;
+  openTagEditModal?: () => void,
 }
 
 export const PageTagsSkeleton = (): JSX.Element => {