Explorar el Código

132486 replace comma

soumaeda hace 2 años
padre
commit
5dd43e9ce8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 => {