From 7ddc7403cfb60805e8ced02ca335a32a6dde4b87 Mon Sep 17 00:00:00 2001 From: Benjamin Piouffle Date: Wed, 11 Sep 2024 10:40:46 +0200 Subject: [PATCH] feat(Expense): add reference (#1053) --- components/ExpenseInvoice.js | 10 ++++++++++ lib/graphql/queries.js | 1 + 2 files changed, 11 insertions(+) diff --git a/components/ExpenseInvoice.js b/components/ExpenseInvoice.js index 01f5850a..c00944f8 100644 --- a/components/ExpenseInvoice.js +++ b/components/ExpenseInvoice.js @@ -107,6 +107,15 @@ const ExpenseInvoice = ({ expense, pageFormat }) => { /> + {expense.reference && ( +

+ +

+ )}