Skip to content

Commit

Permalink
Merge pull request #1519 from BRCAChallenge/label_update
Browse files Browse the repository at this point in the history
Changed the label from 'Provisional Code Assignment' to 'Provisionall…
  • Loading branch information
melissacline authored Aug 24, 2024
2 parents 5ff845e + e76a7dc commit cf4c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/js/components/ProvisionalEvidenceTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class ProvisionalEvidenceTile extends React.Component {
// Attempt to retrieve the prop name of the provisional code so we can put the value in the subsection header
let extraHeaderProp = false ;
for ( const dataItem of groupData ) {
if (dataItem.title === "Provisional Code Assignment" ) {
if (dataItem.title === "Provisionally Assigned" ) {
extraHeaderProp = dataItem.prop ;
}
}
Expand Down

0 comments on commit cf4c80b

Please sign in to comment.