فهرست منبع

Remove unnecessary brace

satof3 2 سال پیش
والد
کامیت
3f133c7ac6
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      apps/app/src/components/AuthorInfo/AuthorInfo.tsx

+ 2 - 2
apps/app/src/components/AuthorInfo/AuthorInfo.tsx

@@ -33,8 +33,8 @@ export const AuthorInfo = (props: AuthorInfoProps): JSX.Element => {
     ? 'Created by'
     : 'Updated by';
   const infoLabelForFooter = mode === 'create'
-    ? `${t('author_info.created_at')}`
-    : `${t('author_info.last_revision_posted_at')}`;
+    ? t('author_info.created_at')
+    : t('author_info.last_revision_posted_at');
   const userLabel = user != null
     ? (
       <Link href={pagePathUtils.userHomepagePath(user)} prefetch={false}>