diff --git a/public/pages/shopping.js b/public/pages/shopping.js index 69a7419..b0bcef9 100644 --- a/public/pages/shopping.js +++ b/public/pages/shopping.js @@ -182,22 +182,33 @@ function renderItems() { } function renderItem(item) { + const isDone = Boolean(item.is_checked); return ` -