export const formatUpdateUserName = row => { if (!row) return ''; return row.updateUserName || row.updateUser || ''; };