diff --git a/frontend/src/app/main/data/viewer.cljs b/frontend/src/app/main/data/viewer.cljs index 159fbe37c..3365885b3 100644 --- a/frontend/src/app/main/data/viewer.cljs +++ b/frontend/src/app/main/data/viewer.cljs @@ -206,7 +206,7 @@ nil)) (rx/of (cond - (some? frame-id) (go-to-frame (uuid frame-id)) + (some? frame-id) (go-to-frame frame-id) (some? index) (go-to-frame-by-index index) :else (go-to-frame-auto)))))))))