Skip to content

Commit a5d7474

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

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
@@ -27,7 +27,7 @@ const defineCaseContactsTable = function () {
2727
orderable: false,
2828
searchable: false,
2929
render: (data, type, row) => {
30-
return data
30+
return data === "true"
3131
? '<i class="fas fa-bell"></i>'
3232
: '<i class="fas fa-bell" style="opacity: 0.3;"></i>'
3333
}

0 commit comments

Comments
 (0)