visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
0221e09cbc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 ShareButton from "../../../components/export/ShareButton";
 import ChannelAlert from "../../../components/channel/ChannelAlert";
+import PrPull from "../../../components/corpus/PrPull";
 
 export interface ISearchParams {
   key: string;
@@ -451,6 +452,7 @@ const Widget = () => {
           </div>
         </div>
       </div>
+      <PrPull uid={searchParams.get("pr")} />
     </div>
   );
 };