Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Nov 17, 2023
1 parent 913d8f8 commit 42b770b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/DictionariesAll/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,12 @@ const DictionariesAll = ({ forCorpora = false, forParallelCorpora = false }) =>
<h2 className="page-title">{getTranslation("Language corpora")}</h2>
</Container>
</div>
) : forParallelCorpora ? (
<div className="background-header">
<Container className="published">
<h2 className="page-title">{getTranslation("Parallel corpora")}</h2>
</Container>
</div>
) : (
<SortModeSelector
onChange={() => {
Expand Down

0 comments on commit 42b770b

Please sign in to comment.