From 20848167d1f98483ff8ada8d3cbeaaadf7afa6b7 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 1 Nov 2022 19:43:23 -0600 Subject: [PATCH] More debugging --- front/admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/front/admin.js b/front/admin.js index af32166..c81229a 100644 --- a/front/admin.js +++ b/front/admin.js @@ -192,6 +192,7 @@ function PeerList() { } self.delUser = async () => { + console.log(self.userToDelete()) user = await self.users().find((u)=>u.name===self.userToDelete()) console.log(self.users().find((u)=>u.name===self.userToDelete())) if (confirm(`Are you sure you want to delete ${user.name()}?`)) {