From 0a7aa6309868e5920971c9e9351739cd558ed988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 17 May 2023 22:20:53 -0600 Subject: Preparing branch to merge. Merge to main. --- src/ToDo.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ToDo.jsx') diff --git a/src/ToDo.jsx b/src/ToDo.jsx index b3e091d..f6eb68c 100644 --- a/src/ToDo.jsx +++ b/src/ToDo.jsx @@ -209,6 +209,7 @@ export function ListToDos() { type="checkbox" checked={item.done} id="flexCheckChecked" + disabled > @@ -224,12 +225,14 @@ export function ListToDos() { -- cgit v1.2.3