File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export const CippExchangeInfoCard = (props) => {
82
82
< LinearProgressWithLabel
83
83
sx = { { width : "100%" } }
84
84
variant = "determinate"
85
- addedLabel = { `(${ Math . round ( exchangeData . TotalItemSize ) } / ${ Math . round (
85
+ addedLabel = { `(${ Math . round ( exchangeData . TotalItemSize ) } GB of ${ Math . round (
86
86
exchangeData ?. ProhibitSendReceiveQuota
87
87
) } GB)`}
88
88
value = {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const LinearProgressWithLabel = (props) => {
6
6
< Box sx = { { width : "100%" , mr : 1 } } >
7
7
< LinearProgress variant = "determinate" { ...props } />
8
8
</ Box >
9
- < Box sx = { { minWidth : 100 } } > { `${ Math . round ( props . value ) } % ${ props ?. addedLabel ?? "" } ` } </ Box >
9
+ < Box sx = { { minWidth : 135 } } > { `${ Math . round ( props . value ) } % ${ props ?. addedLabel ?? "" } ` } </ Box >
10
10
</ Box >
11
11
) ;
12
12
} ;
You can’t perform that action at this time.
0 commit comments