Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Likhite committed May 4, 2020
1 parent 4e188d2 commit 1e6ff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/landingRight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const landingRight = {
}
},
loadPantry() {
if(this.pantry.id) {
if (this.pantry.id) {
this.fetchPantry(this.pantry.id)
}
},
Expand Down

0 comments on commit 1e6ff74

Please sign in to comment.