File tree 1 file changed +8
-10
lines changed
web/src/pages/Profile/JurorInfo
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,14 @@ const JurorRewards: React.FC<IJurorRewards> = ({ addressToQuery }) => {
38
38
const formattedRewards = getFormattedRewards ( data , pricesData ) ;
39
39
40
40
return (
41
- < >
42
- < Container >
43
- < WithHelpTooltip place = "bottom" { ...{ tooltipMsg } } >
44
- < label > Juror Rewards </ label >
45
- </ WithHelpTooltip >
46
- { formattedRewards . map ( ( { token, amount, value } ) => (
47
- < TokenRewards key = { token } { ...{ token } } amount = { amount } value = { value } />
48
- ) ) }
49
- </ Container >
50
- </ >
41
+ < Container >
42
+ < WithHelpTooltip place = "bottom" { ...{ tooltipMsg } } >
43
+ < label > Juror Rewards </ label >
44
+ </ WithHelpTooltip >
45
+ { formattedRewards . map ( ( { token, amount, value } ) => (
46
+ < TokenRewards key = { token } { ...{ token } } amount = { amount } value = { value } />
47
+ ) ) }
48
+ </ Container >
51
49
) ;
52
50
} ;
53
51
You can’t perform that action at this time.
0 commit comments