Dashify challenge block property on seed

This commit is contained in:
Berkeley Martinez
2016-06-10 10:21:57 -07:00
parent acf4d99f67
commit 5d4a92bcc6
2 changed files with 3 additions and 4 deletions

View File

@ -81,7 +81,7 @@ Observable.combineLatest(
challenge.helpRoom = helpRoom;
challenge.order = order;
challenge.suborder = index + 1;
challenge.block = blockName;
challenge.block = dasherize(blockName);
challenge.blockId = block.id;
challenge.isBeta = challenge.isBeta || isBeta;
challenge.isComingSoon = challenge.isComingSoon || isComingSoon;