From 3ed2d4f0cd354caeaa1d10167898e3e55d52062e Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Fri, 30 Dec 2022 13:29:00 +1300 Subject: [PATCH] Never pass falsy value to date format Closes #141 After adding TypeORM I had to remove the strict checking in TypeScript. This leads to null errors such as this. Kind of annoying, but I think the large reduction in code from adding TypeORM is worth it. We shall see... --- EditSet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EditSet.tsx b/EditSet.tsx index 59d0f4b..8e54c70 100644 --- a/EditSet.tsx +++ b/EditSet.tsx @@ -162,7 +162,7 @@ export default function EditSet() { )}