Skip to content

Commit

Permalink
feat: LEAP-1592: Hide task navigation arrow based on setting (#6526)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik authored Oct 21, 2024
1 parent c0c2c00 commit d124b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/datamanager/src/sdk/lsf-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class LSFWrapper {

if (this.labelStream) {
interfaces.push("infobar");
interfaces.push("topbar:prevnext");
if (!window.APP_SETTINGS.label_stream_navigation_disabled) interfaces.push("topbar:prevnext");
if (FF_DEV_2186 && this.project.review_settings?.require_comment_on_reject) {
interfaces.push("comments:update");
}
Expand Down

0 comments on commit d124b27

Please sign in to comment.