fix earnings per view style
This commit is contained in:
parent
01ee79b022
commit
a0123c2a6f
1 changed files with 4 additions and 1 deletions
|
@ -86,7 +86,10 @@ export default function ChannelsPage(props: Props) {
|
|||
<span className="help--inline">
|
||||
{__('Earnings per view')} <HelpLink href="https://lbry.com/faq/view-rewards" />
|
||||
</span>
|
||||
<LbcSymbol postfix={channelRewardData.view_rate.toFixed(2)} />
|
||||
|
||||
<span>
|
||||
<LbcSymbol postfix={channelRewardData.view_rate.toFixed(2)} />
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue