visuddhinanda před 2 roky
rodič
revize
c979013b74

+ 2 - 0
dashboard/src/components/template/SentEdit/SuggestionToolbar.tsx

@@ -56,6 +56,8 @@ const SuggestionToolbarWidget = ({ data, isPr = false, onAccept }: IWidget) => {
         }}
         }}
       />
       />
       {CommentCount}
       {CommentCount}
+      <Divider type="vertical" />
+      <Text copyable={{ text: data.content }}></Text>
     </Space>
     </Space>
   );
   );
   return <Text type="secondary">{isPr ? prButton : normalButton}</Text>;
   return <Text type="secondary">{isPr ? prButton : normalButton}</Text>;