This commit is contained in:
Ian Philips 2022-09-27 19:45:55 -04:00
parent d8aad5e0d4
commit a4e627a592

View File

@ -152,7 +152,7 @@ const CommentsTabContent = memo(function CommentsTabContent(props: {
className="mb-4"
onClick={() => setSort(sort === 'Newest' ? 'Best' : 'Newest')}
>
Sort by: {sort}
Sorted by: {sort}
</Button>
<ContractCommentInput className="mb-5" contract={contract} />
{topLevelComments.map((parent) => (