Skip to content

Commit

Permalink
Fix custom stages crash on user dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaviask committed Jul 10, 2024
1 parent 362c373 commit 5a7405c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const FeedThread = ({ thread }: { thread: Thread }) => {
threadHref={discussionLink}
onCommentBtnClick={() => navigate(`${discussionLink}?focusComments=true`)}
disabledActionsTooltipText={disabledActionsTooltipText}
customStages={chain.customStages}
customStages={chain?.customStages}
hideReactionButton
hideUpvotesDrawer
layoutType="community-first"
Expand Down

0 comments on commit 5a7405c

Please sign in to comment.