Skip to content

Commit

Permalink
Merge pull request #1079 from AI4Bharat/review-count
Browse files Browse the repository at this point in the history
Review count
  • Loading branch information
aparna-aa authored Jul 10, 2024
2 parents 867edc2 + ea5e139 commit 6a3fb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/pages/container/Workspace/AnnotationProject.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ const AnnotationProject = (props) => {
</>
)}

{selectedType &&
{/* {selectedType &&
variableParameters?.[selectedType]?.variable_parameters !==
undefined && (
<>
Expand All @@ -737,7 +737,7 @@ const AnnotationProject = (props) => {
/>
</Grid>
</>
)}
)} */}
{(selectedDomain === "Translation" ||
selectedDomain === "Conversation") &&
(selectedType === "TranslationEditing" ||
Expand Down

0 comments on commit 6a3fb86

Please sign in to comment.