Disable button if value from API is zero Vue – Jquery
I have set of buttons getting live probability odds of an event for the user to select. The buttons get data from an api every minutes. I want to disable the button if the probability is zero, I have a…