Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: show 'Add more sentences' link in stats when no more to review f…
Browse files Browse the repository at this point in the history
…or user (#516)
  • Loading branch information
MichaelKohler authored Oct 31, 2021
1 parent 313273f commit ae9f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/language-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const LanguageInfo = (props: Props) => {
</span>
</Localized>
)}
{total - validated === 0 && (
{unreviewedByYou === 0 && (
<Localized
id="sc-lang-info-add-more"
elems={{
Expand Down

0 comments on commit ae9f1cf

Please sign in to comment.