Skip to content

Commit

Permalink
reporter-web-app: Conditionally display package's declared revision
Browse files Browse the repository at this point in the history
Only display declared revision if different than processed revision for
better user experience.

Signed-off-by: Thomas Steenbergen <thomas.steenbergen@here.com>
  • Loading branch information
tsteenbe committed Sep 17, 2021
1 parent 191ab85 commit 8ed8df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reporter-web-app/src/components/PackageDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const PackageDetails = (props) => {
}
{
!!vcsRevision
&& vcsRevision !== vcsProcessedRevision
&& (
<Item
label="Declared Repository Revision"
Expand Down

0 comments on commit 8ed8df4

Please sign in to comment.