{replayRecord.user.display_name || t('Anonymous User')}
}
user={{
name: replayRecord.user.display_name || '',
email: replayRecord.user.email || '',
username: replayRecord.user.username || '',
ip_address: replayRecord.user.ip || '',
id: replayRecord.user.id || '',
}}
// this is the subheading for the avatar, so displayEmail in this case is a misnomer
displayEmail={
{replayRecord ? (
) : (
)}
}
/>
) : (
)}