feat: convert estimate to invoice.

This commit is contained in:
elforjani3
2021-03-02 11:45:20 +02:00
parent 4d751f772e
commit aa8ba546aa
11 changed files with 111 additions and 40 deletions

View File

@@ -11,7 +11,7 @@ import 'style/pages/ExchangeRate/ExchangeRateDialog.scss';
/**
* Exchange rate form content.
*/
function ExchangeRateFormDialogContent({
export default function ExchangeRateFormDialogContent({
// #ownProp
action,
exchangeRateId,
@@ -27,5 +27,3 @@ function ExchangeRateFormDialogContent({
</ExchangeRateFormProvider>
);
}
export default compose(withExchangeRateDetail)(ExchangeRateFormDialogContent);