Ver Fonte

nickName -> realName

visuddhinanda há 2 anos atrás
pai
commit
a00eec3eb1

+ 1 - 1
dashboard/src/components/article/TypeArticleReaderToolbar.tsx

@@ -139,7 +139,7 @@ const TypeArticleReaderToolbarWidget = ({
                     setAddToAnthologyOpen(true);
                     setAddToAnthologyOpen(true);
                     break;
                     break;
                   case "fork":
                   case "fork":
-                    const url = `/studio/${user?.nickName}/article/create?parent=${articleId}`;
+                    const url = `/studio/${user?.realName}/article/create?parent=${articleId}`;
                     window.open(fullUrl(url), "_blank");
                     window.open(fullUrl(url), "_blank");
                     break;
                     break;
                   case "tpl":
                   case "tpl":