Skip to content

Commit 1aae029

Browse files
compwronCopilot
andauthored
Update app/javascript/src/dashboard.js
Co-authored-by: Copilot <[email protected]>
1 parent aed16b7 commit 1aae029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/src/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const defineCaseContactsTable = function () {
8686
data: 'contact_made',
8787
orderable: false,
8888
render: (data, type, row) => {
89-
const icon = data
89+
const icon = data === "true"
9090
? '<i class="lni lni-checkmark-circle" style="color: green;"></i>'
9191
: '<i class="lni lni-cross-circle" style="color: orange;"></i>'
9292

0 commit comments

Comments
 (0)