diff --git a/Views/Vehicle/_SupplyUsage.cshtml b/Views/Vehicle/_SupplyUsage.cshtml index 4f0e16e..f6a3f88 100644 --- a/Views/Vehicle/_SupplyUsage.cshtml +++ b/Views/Vehicle/_SupplyUsage.cshtml @@ -4,6 +4,7 @@ @{ var userConfig = config.GetUserConfig(User); var userLanguage = userConfig.UserLanguage; + var recordTags = Model.SelectMany(x => x.Tags).Distinct(); } @model List