cowbell/splittypie

View on GitHub
app/components/add-transaction-button.js

Summary

Maintainability
A
0 mins
Test Coverage
import { notEmpty } from "@ember/object/computed";
import Component from "@ember/component";

export default Component.extend({
    classNames: ["add-transaction-button"],

    anyTransactions: notEmpty("event.transactions")
});