diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
index d753d14dcf734775fed8b3a8f57b4208ab0aaf20..e9c6571bf8195d7bde663def3347d700d599cfbd 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
@@ -1301,7 +1301,7 @@ $.extend(BodenmillerLabProfile.prototype, DefaultProfile.prototype, {
 		 * Used by Sample Form
 		 */
 		this.sampleFormContentExtra = function(sampleTypeCode, sample, containerId) {
-			if(sampleTypeCode = "ANTIBODY_PANEL") {
+			if(sampleTypeCode == "ANTIBODY_PANEL") {
 				var isEnabled = mainController.currentView.mode !== SampleFormMode.VIEW;
 				var dilutionWidget = new DilutionWidget(containerId, this.serverFacade, isEnabled);
 				dilutionWidget.init();