milo shop updates

This commit is contained in:
kepler155c@gmail.com
2019-07-21 13:58:25 -06:00
parent 96e8d7e7cd
commit e73ce3875b
4 changed files with 21 additions and 17 deletions

View File

@@ -140,7 +140,7 @@ end
function page.grid:getDisplayValues(row)
row = Util.shallowCopy(row)
local x = row.recipient
row.from = x:match('(%w+)@') or x
row.from = x and x:match('(%w+)@') or row.from
return row
end