Skip to content

Commit

Permalink
CM-332: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Sep 28, 2023
1 parent 94d15e8 commit 636c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function TaskSearcher({
fetchedItems={fetchedTasks}
errorItems={errorTasks}
tableTitle={formatMessageWithValues('task.searcherResultsTitle', {
tasksTotalCount: tasksTotalCount,
tasksTotalCount,
})}
headers={headers}
itemFormatters={itemFormatters}
Expand Down

0 comments on commit 636c7b1

Please sign in to comment.