fix: BIG-274 Duplicated description in payment receive details.

This commit is contained in:
a.bouhuolia
2022-01-09 21:12:54 +02:00
parent 76d6cd0eaa
commit da3193195c
14 changed files with 116 additions and 68 deletions

View File

@@ -11,12 +11,11 @@ const InvoicesDrawerContent = lazy(() => import('./InvoiceDrawerContent'));
*/
function InvoiceDrawer({
name,
//#withDrawer
isOpen,
payload: { invoiceId },
}) {
return (
<Drawer isOpen={isOpen} name={name}>
<DrawerSuspense>