Wording
This commit is contained in:
parent
d8aad5e0d4
commit
a4e627a592
|
@ -152,7 +152,7 @@ const CommentsTabContent = memo(function CommentsTabContent(props: {
|
||||||
className="mb-4"
|
className="mb-4"
|
||||||
onClick={() => setSort(sort === 'Newest' ? 'Best' : 'Newest')}
|
onClick={() => setSort(sort === 'Newest' ? 'Best' : 'Newest')}
|
||||||
>
|
>
|
||||||
Sort by: {sort}
|
Sorted by: {sort}
|
||||||
</Button>
|
</Button>
|
||||||
<ContractCommentInput className="mb-5" contract={contract} />
|
<ContractCommentInput className="mb-5" contract={contract} />
|
||||||
{topLevelComments.map((parent) => (
|
{topLevelComments.map((parent) => (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user