Skip to content

Commit

Permalink
Display rest time field if TUT display if disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
senier authored and treiher committed Oct 20, 2024
1 parent 14ed726 commit 83ed35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/page/routine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ fn view_routine_part(
]
],
IF![
show_tut =>
show_tut || exercise_id.is_none() =>
div![
C!["field"],
C!["mb-0"],
Expand Down

0 comments on commit 83ed35e

Please sign in to comment.