diff --git a/src/corpus/ui/Chapters.tsx b/src/corpus/ui/Chapters.tsx index 4ca19e2f5..40a6f9a2c 100644 --- a/src/corpus/ui/Chapters.tsx +++ b/src/corpus/ui/Chapters.tsx @@ -70,20 +70,6 @@ function excludeIndirectJoins(manuscripts: Manuscript[]): Manuscript[] { ) } -function ColumnTitle({ - id, - children, -}: { - id: string - children: ReactNode -}): JSX.Element { - return ( -