@@ -374,6 +374,8 @@ function App() {
id,
name: u.name,
role: u.role,
email: u.email,
phone: u.phone,
hue: Math.floor(Math.random() * 360),
initials: u.name.split(' ').map(s=>s[0]).join('').slice(0,2).toUpperCase(),
account_type: u.account_type,
The note is not visible to the blocked user.