from feed to public workout
Gitea Actions Demo / build_and_push (push) Successful in 4m52s
Details
Gitea Actions Demo / build_and_push (push) Successful in 4m52s
Details
This commit is contained in:
parent
9e989cf348
commit
432dc9caf1
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
|
|
||||||
const openWorkout = (id: string) => {
|
const openWorkout = (id: string) => {
|
||||||
push({ name: "workout_item", params: {id: id}}).catch((error) => {});
|
push({ name: "workout_public_item", params: {id: id}}).catch((error) => {});
|
||||||
};
|
};
|
||||||
|
|
||||||
const initWorkouts = () => {
|
const initWorkouts = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue