Cleanup and fixes
This commit is contained in:
@@ -51,9 +51,6 @@ namespace MileageTraker.Web.Utility
|
||||
(item, r) =>
|
||||
properties.Zip(CustomExtensions.GetNumbers(),
|
||||
(p, c) => {
|
||||
// TODO: Fix this
|
||||
if (item is User)
|
||||
return (string)null;
|
||||
var value = p.GetValue(item);
|
||||
|
||||
string formatString = null;
|
||||
|
||||
Reference in New Issue
Block a user