Check if comments are enabled for comment intro modal (#6395)
This commit is contained in:
parent
f0bf799b67
commit
333408f7b0
|
|
@ -163,4 +163,5 @@ export const visibleCommentThreadSelector = (state: AppState) =>
|
|||
state.ui.comments.visibleCommentThreadId;
|
||||
|
||||
export const isIntroCarouselVisibleSelector = (state: AppState) =>
|
||||
state.ui.comments.isIntroCarouselVisible;
|
||||
state.ui.comments.isIntroCarouselVisible &&
|
||||
areCommentsEnabledForUserAndApp(state);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user