Browse Source

:fire: anthology in title

visuddhinanda 1 year ago
parent
commit
c23a1513eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Article.tsx

+ 1 - 1
dashboard/src/components/template/Article.tsx

@@ -133,7 +133,7 @@ export const ArticleCtl = ({
     case "toggle":
       output = (
         <Collapse bordered={false}>
-          <Collapse.Panel header={`${aTitle} ${anthology}`} key="parent2">
+          <Collapse.Panel header={`${aTitle}`} key="parent2">
             {article}
           </Collapse.Panel>
         </Collapse>