Commit 2fe8a4d 1 parent 984543d commit 2fe8a4d Copy full SHA for 2fe8a4d
File tree 2 files changed +1
-17
lines changed
client/src/app/pages/archetypes
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ import {
50
50
} from "@app/queries/archetypes" ;
51
51
52
52
import LinkToArchetypeApplications from "./components/link-to-archetype-applications" ;
53
- import ArchetypeDescriptionColumn from "./components/archetype-description-column" ;
54
53
import ArchetypeDetailDrawer from "./components/archetype-detail-drawer" ;
55
54
import ArchetypeForm from "./components/archetype-form" ;
56
55
import ArchetypeMaintainersColumn from "./components/archetype-maintainers-column" ;
@@ -437,7 +436,7 @@ const Archetypes: React.FC = () => {
437
436
{ ...getTdProps ( { columnKey : "description" } ) }
438
437
modifier = "truncate"
439
438
>
440
- < ArchetypeDescriptionColumn archetype = { archetype } />
439
+ { archetype . description }
441
440
</ Td >
442
441
< Td { ...getTdProps ( { columnKey : "tags" } ) } >
443
442
< ArchetypeTagsColumn archetype = { archetype } />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments