Skip to content

Commit

Permalink
Impl [Requested Features] Show project name (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-prokopchuk committed Jun 30, 2021
1 parent fc962e0 commit 145c55c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const DetailsRequestedFeatures = ({
key={featureTemplate}
>
<div className="item-requested-features__table-cell cell_project-name">
{project !== match.params.projectName && project}
{project || match.params.projectName}
</div>
<div className="item-requested-features__table-cell">
<span className="cell_feature-set">{featureSet}</span>
Expand Down

0 comments on commit 145c55c

Please sign in to comment.