File tree Expand file tree Collapse file tree
src/components/features/import Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ export function ImportItemsList<T extends BaseImportItem>({
170170 { item . question }
171171 </ p >
172172 ) }
173- { /* New value from document */ }
174173 < div
175174 className = { cn (
176175 "mt-0.5" ,
@@ -185,7 +184,6 @@ export function ImportItemsList<T extends BaseImportItem>({
185184 < p className = "text-xs text-muted-foreground line-clamp-2" >
186185 { item . answer }
187186 </ p >
188- { /* Existing saved value */ }
189187 { item . existingDuplicate && (
190188 < >
191189 < p className = "text-[11px] font-medium text-muted-foreground/60 uppercase tracking-wide mt-1" >
@@ -194,7 +192,6 @@ export function ImportItemsList<T extends BaseImportItem>({
194192 < p className = "text-xs text-muted-foreground/70 line-clamp-2 italic" >
195193 { item . existingDuplicate . answer }
196194 </ p >
197- { /* Use new / Keep existing toggle buttons */ }
198195 < div className = "flex gap-1.5 mt-2" >
199196 < button
200197 type = "button"
You can’t perform that action at this time.
0 commit comments