From f61cec33f8a3a79ee2aa446a6407e57fbf512228 Mon Sep 17 00:00:00 2001 From: Ted Geving Date: Fri, 10 Feb 2023 14:20:55 -0700 Subject: [PATCH] change --- src/components/edit/AreaCRUD.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/edit/AreaCRUD.tsx b/src/components/edit/AreaCRUD.tsx index ced59666c..15ef35348 100644 --- a/src/components/edit/AreaCRUD.tsx +++ b/src/components/edit/AreaCRUD.tsx @@ -125,22 +125,6 @@ export const AreaCRUD = ({ uuid: parentUuid, areaName: parentName, childAreas, e )} - {/* Build 2 column table on large screens */} -
- {childAreas.map((props, index) => ( - ))} - - {/* A hack to add bottom border */} - -
{areaCount > 0 && editMode && (