From 38167a47b92513e825dc068597211bc01de56d88 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 19 Oct 2023 17:47:22 +1300 Subject: [PATCH] Add log to plan list --- PlanList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/PlanList.tsx b/PlanList.tsx index 9fae89f..327b81b 100644 --- a/PlanList.tsx +++ b/PlanList.tsx @@ -22,6 +22,7 @@ export default function PlanList() { const navigation = useNavigation>(); const refresh = useCallback(async (value: string) => { + console.log(`${PlanList.name}.refresh:`, value); planRepo .find({ where: [