From e46609e3f1a782023055c458ef7445aa014811cc Mon Sep 17 00:00:00 2001
From: elforjani13 <39470382+elforjani13@users.noreply.github.com>
Date: Wed, 2 Mar 2022 16:56:41 +0200
Subject: [PATCH] fix(invoice details): add branch name.
---
src/components/Drawer/DrawerHeaderContent.js | 7 ++-----
.../InvoiceDetailDrawerProvider.js | 16 +++++++++++++++-
src/lang/en/index.json | 2 ++
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/src/components/Drawer/DrawerHeaderContent.js b/src/components/Drawer/DrawerHeaderContent.js
index 634e8786b..15cba78c8 100644
--- a/src/components/Drawer/DrawerHeaderContent.js
+++ b/src/components/Drawer/DrawerHeaderContent.js
@@ -1,11 +1,10 @@
import React from 'react';
-import { FeatureCan, FormattedMessage as T } from 'components';
+import { FormattedMessage as T } from 'components';
import { Classes, Icon, H4, Button } from '@blueprintjs/core';
import withDrawerActions from 'containers/Drawer/withDrawerActions';
import styled from 'styled-components';
-import { Features } from 'common';
import { compose } from 'utils';
/**
@@ -35,9 +34,7 @@ function DrawerHeaderContent(props) {