visuddhinanda 2 лет назад
Родитель
Сommit
d996e8305d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/template/Wbw/RelaGraphic.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/RelaGraphic.tsx

@@ -30,7 +30,7 @@ const RelaGraphicWidget = ({ wbwData }: IWidget) => {
                   .replaceAll("{", "")
                   .replaceAll("}", "")
               : "";
-            return `${relation.sour_id}(${relation.sour_spell}<br />${meaning}) --"${relation.relation}<br />${localName}"--> ${relation.dest_id}(${relation.dest_spell})\n`;
+            return `${relation.sour_id}(${relation.sour_spell}<br />${meaning}) --"${relation.relation}<br />${localName}"--> ${relation.dest_id}("${relation.dest_spell}")\n`;
           });
           return graphic.join("");
         } else {