@using FruitBank.Common.Models @inherits LayoutComponentBase
@if (LoggedInModel.IsLoggedIn) {
@($"{LoggedInModel.CustomerDto!.FullName} [{string.Join(", ", LoggedInModel.CustomerRoles.Where(x=>x.SystemName.Contains("Measuring")).Select(x => x.Name))}]")
}
@Body
An unhandled error has occurred. Reload 🗙