4c2a1ad09c702610de592ce31b18d9efdd630404
chmalee
  Mon Feb 10 14:42:22 2025 -0800
Fix bug in hubSpace UI so file sizes are pretty printed, refs #31058

diff --git src/hg/js/hgMyData.js src/hg/js/hgMyData.js
index 68e3b4cd58e..09338f4def5 100644
--- src/hg/js/hgMyData.js
+++ src/hg/js/hgMyData.js
@@ -630,31 +630,31 @@
             },
             {
                 orderable: false, targets: 1,
                 data: "action", title: "",
                 render: function(data, type, row) {
                     if (type === "display") {
                         return dataTablePrintAction(row);
                     }
                     return '';
                 }
             },
             {
                 targets: 3,
                 render: function(data, type, row) {
                     if (type === "display") {
-                         dataTablePrintSize(data);
+                         return dataTablePrintSize(data);
                     }
                     return data;
                 }
             },
             {
                 targets: 5,
                 render: function(data, type, row) {
                     if (type === "display") {
                         return dataTablePrintGenome(data);
                     }
                     return data;
                 }
             },
             {
                 // The upload time column