From d32d88d8e0913ed96e2f5f72204cebf4d586b74a Mon Sep 17 00:00:00 2001 From: fsimonjetz Date: Tue, 12 Mar 2024 12:02:27 +0000 Subject: [PATCH] Revert "refactor th components" This reverts commit 6a5eca6de8bb861207eb64e845bb0cd5a7179bf3. --- src/corpus/ui/Chapters.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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 ( - - {children} - - ) -} - const Manuscripts = withData< { uncertainFragments: readonly UncertainFragment[] @@ -118,12 +104,26 @@ const Manuscripts = withData< - Siglum - + + Siglum + + Museum Number - - + + Extant Lines - +