diff --git a/bundle.js b/bundle.js index 00ac29f..e14a7b7 100644 --- a/bundle.js +++ b/bundle.js @@ -30,7 +30,7 @@ var Footer = function (_React$Component) { function Footer() { _classCallCheck(this, Footer); - return _possibleConstructorReturn(this, Object.getPrototypeOf(Footer).apply(this, arguments)); + return _possibleConstructorReturn(this, (Footer.__proto__ || Object.getPrototypeOf(Footer)).apply(this, arguments)); } _createClass(Footer, [{ @@ -64,7 +64,7 @@ var Footer = function (_React$Component) { _react2.default.createElement( 'li', null, - '© 2016' + '\xA9 2016' ), _react2.default.createElement( 'li', @@ -150,7 +150,7 @@ var Header = function (_React$Component) { function Header(props) { _classCallCheck(this, Header); - var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Header).call(this, props)); + var _this = _possibleConstructorReturn(this, (Header.__proto__ || Object.getPrototypeOf(Header)).call(this, props)); _this.state = { message: null @@ -298,7 +298,7 @@ var Hello = function (_Component) { function Hello() { _classCallCheck(this, Hello); - return _possibleConstructorReturn(this, Object.getPrototypeOf(Hello).apply(this, arguments)); + return _possibleConstructorReturn(this, (Hello.__proto__ || Object.getPrototypeOf(Hello)).apply(this, arguments)); } _createClass(Hello, [{ @@ -451,7 +451,7 @@ var Post = function (_React$Component) { function Post(props) { _classCallCheck(this, Post); - var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Post).call(this, props)); + var _this = _possibleConstructorReturn(this, (Post.__proto__ || Object.getPrototypeOf(Post)).call(this, props)); _this.state = { posts: [], @@ -483,10 +483,10 @@ var Post = function (_React$Component) { }, { key: 'render', value: function render() { - var _state = this.state; - var posts = _state.posts; - var categories = _state.categories; - var currentCategory = _state.currentCategory; + var _state = this.state, + posts = _state.posts, + categories = _state.categories, + currentCategory = _state.currentCategory; if (currentCategory) { posts = posts.filter(function (item) { diff --git a/pictures/kompetisiid.png b/pictures/kompetisiid.png new file mode 100644 index 0000000..85830bf Binary files /dev/null and b/pictures/kompetisiid.png differ diff --git a/posts.json b/posts.json index 7906760..5a18b8e 100644 --- a/posts.json +++ b/posts.json @@ -235,5 +235,24 @@ "web", "reactjs" ] + }, + { + "title": "Kompetisi Id", + "author": { + "name": "IdMore Team", + "link": "https://byidmore.com" + }, + "demo": "https://kompetisi.id", + "code": null, + "category": "web", + "picture": "pictures/kompetisiid.png", + "description": "Kompetisi Id adalah platform kompetisi yang khusus diadakan untuk Warga Negara Indonesia, Selalu ada hadiah disini.", + "tag": [ + "web", + "reactjs", + "redux", + "nodejs", + "isomorphic" + ] } ] \ No newline at end of file