Add log to plan list

This commit is contained in:
Brandon Presley 2023-10-19 17:47:22 +13:00
parent b508df0680
commit 38167a47b9
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export default function PlanList() {
const navigation = useNavigation<NavigationProp<PlanPageParams>>();
const refresh = useCallback(async (value: string) => {
console.log(`${PlanList.name}.refresh:`, value);
planRepo
.find({
where: [