diff --git a/frontend/src/components/Invoice.js b/frontend/src/components/Invoice.js index e123a0b3..28879b30 100644 --- a/frontend/src/components/Invoice.js +++ b/frontend/src/components/Invoice.js @@ -101,7 +101,7 @@ export default class Invoice extends Component {

{i18n.getString('billTo')}:

- {transaction.fromCollective.name}
+ {transaction.collective.name}