Skip to content

Commit

Permalink
lintを実行した
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamu-kazu222 committed May 15, 2024
1 parent 254ea62 commit 1652791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/products.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export default {
})
this.productsGroupedByElapsedDays = newGroups
}
this.totalPages = json.total_pages
this.products = []
json.products.forEach((product) => {
Expand Down

0 comments on commit 1652791

Please sign in to comment.