Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
run js prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparclex committed Nov 21, 2018
1 parent 05066da commit c784f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
this.errors = null;
})
.catch(({ response }) => {
if(response.data.danger) {
if (response.data.danger) {
this.$toasted.error(response.data.danger);
this.errors = null;
} else {
Expand Down Expand Up @@ -112,8 +112,8 @@ export default {
},
inputName() {
return 'file-import-input-'+ this.card.resource;
}
return 'file-import-input-' + this.card.resource;
},
},
};
</script>

0 comments on commit c784f2f

Please sign in to comment.