Show dates when searching for a set

When someone is looking for their history of an exercise,
they need when each set was entered as context. Otherwise
it is too hard to figure out which set is from when. Especially
if the sets are all the same or similar.

Closes #63
This commit is contained in:
Brandon Presley 2022-09-27 17:43:50 +13:00
parent de4574cac2
commit 7d532298b1
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ export default function SetList() {
setSets(newSets);
setOffset(0);
setEnd(false);
if (search) setDates(true);
}, [search, predict]);
useFocusEffect(