mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Don't show ETA in deploy embeds if there isn't one
This commit is contained in:
@@ -337,7 +337,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
Title = "Code Deployment",
|
||||
Footer = new EmbedFooterBuilder
|
||||
{
|
||||
Text = "In progress... ETA"
|
||||
Text = $"In progress...{(estimatedCompletionTime.HasValue ? " ETA" : String.Empty)}"
|
||||
},
|
||||
Timestamp = estimatedCompletionTime
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user