|
|
@@ -12,7 +12,6 @@ export type UsersHomePageFooterProps = {
|
|
|
}
|
|
|
|
|
|
export const UsersHomePageFooter = (props: UsersHomePageFooterProps): JSX.Element => {
|
|
|
-
|
|
|
const { t } = useTranslation();
|
|
|
const { creatorId } = props;
|
|
|
|
|
|
@@ -38,5 +37,4 @@ export const UsersHomePageFooter = (props: UsersHomePageFooterProps): JSX.Elemen
|
|
|
</div>
|
|
|
</div>
|
|
|
);
|
|
|
-
|
|
|
};
|