Skip to content

Commit

Permalink
Add version string to candidate tests page (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
alflennik authored Aug 14, 2023
1 parent e1fb8d9 commit e7d6fb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/components/CandidateReview/TestPlans/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,11 @@ const TestPlans = ({ testPlanVersions, triggerPageUpdate = () => {} }) => {
{getTestPlanVersionTitle(
testPlanVersion
)}{' '}
V
{convertDateToString(
testPlanVersion.updatedAt,
'YY.MM.DD'
)}{' '}
({testsCount} Test
{testsCount === 0 ||
testsCount > 1
Expand Down

0 comments on commit e7d6fb5

Please sign in to comment.