Explorar el Código

AuthorTimeLine 完成

visuddhinanda hace 2 años
padre
commit
78d2542d53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/pages/library/blog/overview.tsx

+ 1 - 1
dashboard/src/pages/library/blog/overview.tsx

@@ -27,7 +27,7 @@ const Widget = () => {
             <TopArticles studio={studio ? studio : ""} />
           </div>
           <div>
-            <AuthorTimeLine />
+            <AuthorTimeLine studioName={studio} />
           </div>
         </Col>
       </Row>