jam411 3 anni fa
parent
commit
06f6490622
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/app/src/components/UsersHomePageFooter.tsx

+ 1 - 0
packages/app/src/components/UsersHomePageFooter.tsx

@@ -12,6 +12,7 @@ export type UsersHomePageFooterProps = {
 }
 
 export const UsersHomePageFooter = (props: UsersHomePageFooterProps): JSX.Element => {
+
   const { t } = useTranslation();
   const { creatorId } = props;