BIG-231 Transactions number on drawer title.

This commit is contained in:
elforjani13
2022-01-02 13:38:40 +02:00
parent 7ab7456d08
commit 7f1844aa6b
12 changed files with 171 additions and 154 deletions

View File

@@ -24,7 +24,9 @@ function EstimateDetailDrawerProvider({ estimateId, ...props }) {
<DrawerLoading loading={isEstimateLoading}>
<DrawerHeaderContent
name="estimate-detail-drawer"
title={intl.get('estimate_details')}
title={intl.get('estimate.drawer.title', {
number: estimate.estimate_number,
})}
/>
<EstimateDetailDrawerContext.Provider value={provider} {...props} />
</DrawerLoading>