From 4903eb8d21b8ca2137e4b897bbb62eaf31c7f069 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 19 Jun 2021 09:46:53 -0700 Subject: [PATCH] Show textarea even if description is blank Now you can add description to a list that doesn't have one yet! --- src/app/UserItemListPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/UserItemListPage.js b/src/app/UserItemListPage.js index 21216c5..5022323 100644 --- a/src/app/UserItemListPage.js +++ b/src/app/UserItemListPage.js @@ -329,12 +329,13 @@ export function ClosetList({ )} - {closetList.description && ( + {(closetList.description || isEditing) && ( {isEditing ? (