houdini/app/javascript/legacy/campaigns/show/is-sold-out.js

4 lines
101 B
JavaScript
Raw Normal View History

2019-11-06 20:36:28 +00:00
// License: LGPL-3.0-or-later
module.exports = g => g.quantity && (g.quantity - g.total_gifts <= 0)