visuddhinanda пре 2 година
родитељ
комит
874dd8e52e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      dashboard/src/components/article/TypeArticle.tsx

+ 3 - 0
dashboard/src/components/article/TypeArticle.tsx

@@ -18,6 +18,7 @@ import ArticleSkeleton from "./ArticleSkeleton";
 import ErrorResult from "../general/ErrorResult";
 import AnthologiesAtArticle from "./AnthologiesAtArticle";
 import NavigateButton from "./NavigateButton";
+import InteractiveArea from "../discussion/InteractiveArea";
 
 interface IWidget {
   type?: ArticleType;
@@ -231,6 +232,8 @@ const TypeArticleWidget = ({
               }
             }}
           />
+
+          <InteractiveArea resType={"article"} resId={articleId} />
         </>
       )}
     </div>