Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Jan 28, 2025
1 parent ef8322e commit 5f15299
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const ProjectSummary = summaryInjector((props) => {
<span style={{ display: "flex", alignItems: "center", fontSize: 12 }}>
<Space size="compact">
<span>
Tasks: <span title="Filtered tasks">{props.totalFoundTasks}</span> / <span title="Total tasks in the project">{props.totalTasks}</span>
Tasks: <span title="Filtered tasks">{props.totalFoundTasks}</span> /{" "}
<span title="Total tasks in the project">{props.totalTasks}</span>
</span>
<span>Submitted annotations: {props.totalAnnotations}</span>
<span>Predictions: {props.totalPredictions}</span>
Expand Down

0 comments on commit 5f15299

Please sign in to comment.