From 01bc3104d2a5bbe241fce8b89293a92c94fc9534 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Tue, 26 May 2015 01:47:09 -0700 Subject: [PATCH] Fix to armour total in comparison --- app/js/shipyard/module-shipyard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/shipyard/module-shipyard.js b/app/js/shipyard/module-shipyard.js index 42e091ea..0c2ae7ee 100755 --- a/app/js/shipyard/module-shipyard.js +++ b/app/js/shipyard/module-shipyard.js @@ -94,7 +94,7 @@ angular.module('shipyard', ['ngLodash']) }, { // 2 title: 'Armour', - props: ['armour'], + props: ['armourTotal'], unit: '', fmt: 'fCrd' },