Yelp / beans

Bringing people together, one cup of coffee at a time
MIT License
93 stars 37 forks source link

Use includes to check if an array contains an item #367

Closed ykdeal closed 6 months ago

ykdeal commented 6 months ago

contains is not a function on Array. I manually tested things this time, so it actually works now. I really should be adding unit tests for the UI...