0👍
✅
Filtering the array is going to return an array. If you change this.products.filter
to this.products.find
you should get a single item.
Source:stackexchange.com