Minor StyleSheet/injector refactor; small fixes

This commit is contained in:
Nicolas Gallagher
2017-01-02 15:07:05 -08:00
parent e65f91d849
commit 39c76ca50c
9 changed files with 88 additions and 72 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ var Cell = React.createClass({
case 2:
return styles.cellTextO;
default:
return {};
return null;
}
},