diff --git a/apps/home/static/home/js/tables.js b/apps/home/static/home/js/tables.js index 087e41b..0560508 100644 --- a/apps/home/static/home/js/tables.js +++ b/apps/home/static/home/js/tables.js @@ -543,11 +543,7 @@ function renderArrayDropdownColumn(data, icon, headerText) { return $dropdown.prop("outerHTML"); } -function renderHexColourColumn(data, type, row) { - if (!row.is_embed) { - return ""; - } - +const renderHexColourColumn = data => { const hexWithHashtag = `#${data}`.toUpperCase(); let icon = $("