visuddhinanda пре 3 година
родитељ
комит
3407ce40b4
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      dashboard/src/components/template/SentRead.tsx

+ 5 - 0
dashboard/src/components/template/SentRead.tsx

@@ -85,6 +85,11 @@ const SentReadFrame = ({
         style={{ display: "flex", flexDirection: layout, marginBottom: 10 }}
         ref={boxSent}
       >
+        <div
+          dangerouslySetInnerHTML={{
+            __html: `<div class="pcd_sent" id="sent_${sentId}"></div>`,
+          }}
+        />
         <div style={{ flex: "5", color: "#9f3a01" }} ref={boxOrg}>
           {origin?.map((item, id) => {
             return (