diff --git a/ui (gen4)/features/sort.js b/ui (gen4)/features/sort.js index 19513e18..09c628f3 100755 --- a/ui (gen4)/features/sort.js +++ b/ui (gen4)/features/sort.js @@ -741,7 +741,8 @@ var SortUIActions = actions.Actions({ 'Sort order:\n ' +data .map(function(m){ - return that.expandSortMethod(m) ? + var e = that.expandSortMethod(m) + return (e instanceof Array || typeof(e) == typeof('str')) ? `${m}` : m }) .join('\n '))))