We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed16b7 commit 1aae029Copy full SHA for 1aae029
app/javascript/src/dashboard.js
@@ -86,7 +86,7 @@ const defineCaseContactsTable = function () {
86
data: 'contact_made',
87
orderable: false,
88
render: (data, type, row) => {
89
- const icon = data
+ const icon = data === "true"
90
? '<i class="lni lni-checkmark-circle" style="color: green;"></i>'
91
: '<i class="lni lni-cross-circle" style="color: orange;"></i>'
92
0 commit comments