Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(entity): 2039 double dash when id is null
Browse files Browse the repository at this point in the history
Closes #2039
  • Loading branch information
Terry Lin authored and Terry Lin committed Apr 21, 2016
1 parent e4a0b71 commit a4c62b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h4 data-translate>Details - {{ bc.activeBioSpecimenDocType | humanify | transla
<tbody>
<tr>
<th scope="row" data-translate>Submitter ID</th>
<td>{{ bc.activeBioSpecimenDoc.submitter_id }}</td>
<td>{{ bc.activeBioSpecimenDoc.submitter_id || '--' }}</td>
</tr>
<tr>
<th scope="row" data-translate>{{ bc.activeBioSpecimenDocType | humanify | translate }} ID</th>
Expand Down

0 comments on commit a4c62b3

Please sign in to comment.