Fix prod build

pull/60/head
HardiReady 2019-08-16 11:40:46 +02:00
parent 393cc2586a
commit df7edc873c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export class DecorationPanelComponent {
readonly fraction = Fraction;
private getColor(fractionKey) {
getColor(fractionKey) {
switch (fractionKey) {
case 'ARF':
return this.fraction.COLOR_ARF;