align channels detail column center

This commit is contained in:
Corban-Lee Jones 2024-10-03 12:54:16 +01:00
parent 449dff8141
commit ae23d0510d

View File

@ -27,6 +27,7 @@ function initSubscriptionsModule() {
{
title: "Channels",
data: "channels_detail",
className: "text-center",
render: data => renderArrayBadgesColumn(data.map(item => "#" + item.name))
},
{