Browse Source

Merge pull request #2154 from visuddhinanda/agile

:fire: anthology in title
visuddhinanda 1 year ago
parent
commit
54b2f8f4fc
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>