diff --git a/EditPlan.tsx b/EditPlan.tsx index c86a374..ec4c958 100644 --- a/EditPlan.tsx +++ b/EditPlan.tsx @@ -102,29 +102,15 @@ export default function EditPlan() { )) )} - {names.length === 0 ? ( - - ) : ( - - )} + + ) @@ -135,4 +121,7 @@ const styles = StyleSheet.create({ fontSize: 20, marginBottom: MARGIN, }, + button: { + margin: MARGIN * 2, + }, })