fix formatting on react display name object declaration actual test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
exports = {
|
||||
Component: React.createClass({
|
||||
render: function () {
|
||||
return null;
|
||||
}
|
||||
render: function () {
|
||||
return null;
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user