Skip to content

Commit

Permalink
LIMS-1425: Show samples with no processing as grey (#820)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Williams <[email protected]>
  • Loading branch information
ndg63276 and Mark Williams authored Sep 17, 2024
1 parent 35ced2c commit c97d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/modules/shipment/views/plate.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ define(['marionette', 'backbone', 'utils', 'backbone-validation'], function(Mari

this.ctx.fillStyle = sample.get(this.rankOption.value)
? utils.rainbow(val/4)
: (sample.get(this.rankOption.check) > 0 ? 'yellow' : '#dfdfdf')
: '#dfdfdf'
this.ctx.fill()

} else {
Expand Down

0 comments on commit c97d77f

Please sign in to comment.