From 16cc7ffb305be8a744a186adf8f0628f79b244af Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 27 Feb 2023 21:14:26 -0800 Subject: [PATCH] Fix build error --- components/ContentUpdate/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ContentUpdate/index.tsx b/components/ContentUpdate/index.tsx index 5e1ed98c..115caab9 100644 --- a/components/ContentUpdate/index.tsx +++ b/components/ContentUpdate/index.tsx @@ -36,7 +36,7 @@ const ContentUpdate = ({ const items = newItems[key] elements = items ? items.map((id) => { - return + return }) : [] }