Browse Source

add forkAt

visuddhinanda 2 years ago
parent
commit
067f777a74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/template/SentEdit/SentCanRead.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit/SentCanRead.tsx

@@ -66,6 +66,7 @@ const SentCanReadWidget = ({
               channel: item.channel,
               suggestionCount: item.suggestionCount,
               translationChannels: channelsId,
+              forkAt: item.fork_at,
               updateAt: item.updated_at,
             };
           });