diff --git a/Data/LiveGameDbInitializer.cs b/Data/LiveGameDbInitializer.cs index 6d9a0a6..f9ab0a1 100644 --- a/Data/LiveGameDbInitializer.cs +++ b/Data/LiveGameDbInitializer.cs @@ -33,7 +33,8 @@ namespace LiveGameFeed.Data new Feed() { Description = "Match started", - MatchId = 1 + MatchId = 1, + CreatedAt = DateTime.Now } } }; @@ -51,7 +52,8 @@ namespace LiveGameFeed.Data new Feed() { Description = "Match started", - MatchId = 2 + MatchId = 2, + CreatedAt = DateTime.Now } } }; diff --git a/app/shared/components/chat.component.html b/app/shared/components/chat.component.html index 0480f3c..f0f1a00 100644 --- a/app/shared/components/chat.component.html +++ b/app/shared/components/chat.component.html @@ -12,7 +12,7 @@