visuddhinanda пре 2 година
родитељ
комит
0221e09cbc
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      dashboard/src/pages/library/article/show.tsx

+ 2 - 0
dashboard/src/pages/library/article/show.tsx

@@ -50,6 +50,7 @@ import ToStudio from "../../../components/auth/ToStudio";
 import LoginAlertModal from "../../../components/auth/LoginAlertModal";
 import LoginAlertModal from "../../../components/auth/LoginAlertModal";
 import ShareButton from "../../../components/export/ShareButton";
 import ShareButton from "../../../components/export/ShareButton";
 import ChannelAlert from "../../../components/channel/ChannelAlert";
 import ChannelAlert from "../../../components/channel/ChannelAlert";
+import PrPull from "../../../components/corpus/PrPull";
 
 
 export interface ISearchParams {
 export interface ISearchParams {
   key: string;
   key: string;
@@ -451,6 +452,7 @@ const Widget = () => {
           </div>
           </div>
         </div>
         </div>
       </div>
       </div>
+      <PrPull uid={searchParams.get("pr")} />
     </div>
     </div>
   );
   );
 };
 };