diff --git a/src/components/BillSearcher.js b/src/components/BillSearcher.js index 20b4ecd..ab9069d 100644 --- a/src/components/BillSearcher.js +++ b/src/components/BillSearcher.js @@ -171,7 +171,7 @@ const BillSearcher = ({ (bill) => (
{rights.includes(RIGHT_BILL_SEARCH) && ( - + e.stopPropagation() && onDoubleClick(bill)} diff --git a/src/translations/en.json b/src/translations/en.json index af59c7a..c8cd185 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -7,6 +7,7 @@ "emptyLabel": " ", "any": "Any", "editButtonTooltip": "Edit", + "viewDetailsButtonTooltip": "View details", "deleteButtonTooltip": "Delete", "dialog": { "create": "Create",