Instead of merging attributes manually, you can use Ember's `assign` method to replace the whole `if-else` block.
```js
import { assign } from '@ember/polyfills';
...
this.set('attributes', assign({}, this.defaultAttr, this.attributes));
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Includes support for query params for submitting new contributions (contributor ID, kind, amount).
closes #172
refs #40
Looks and works fine 👍
Just left a comment for a little improvement.
@@ -24,19 +24,17 @@ export default Component.extend({init () {Instead of merging attributes manually, you can use Ember's
assignmethod to replace the wholeif-elseblock.