visuddhinanda 2 lat temu
rodzic
commit
0221e09cbc
1 zmienionych plików z 2 dodań i 0 usunięć
  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>
   );
 };