Include set image when adding a set from plan

If a user has set an image for a workout, then adding
a set should include it's image.
This commit is contained in:
Brandon Presley 2022-10-12 17:17:47 +13:00
parent 3b0391310b
commit ca09613d9b
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ export default function StartPlan() {
minutes: set.minutes,
seconds: set.seconds,
steps: set.steps,
image: set.image,
unit,
});
countManyToday().then(setCounts);