fix typo
This commit is contained in:
parent
87baaf960e
commit
92d1d19bfb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function ClaimRepostAuthor(props: Props) {
|
|||
return null;
|
||||
}
|
||||
|
||||
return <span>{claim.meta.effective_amount}</span>;
|
||||
return <span>{claim.meta.effective_amount} LBC</span>;
|
||||
}
|
||||
|
||||
export default ClaimRepostAuthor;
|
||||
|
|
Loading…
Reference in a new issue