Refactor(map): Fix lint issues

This commit is contained in:
Berkeley Martinez
2016-06-21 11:50:58 -07:00
parent f7d420ec5b
commit 638a447026
4 changed files with 15 additions and 8 deletions

View File

@@ -54,7 +54,8 @@ export default class CodingPrep extends PureComponent {
<SuperBlock
blocks={ codingPrep }
message={ lockMessage }
title='Coding Interview Prep ' />
title='Coding Interview Prep '
/>
</div>
);
}