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: [