This commit is contained in:
Artem Tsyrulnikov
2026-01-09 13:41:04 +03:00
parent a0b12dbcca
commit 6ec26c96e3
13 changed files with 164 additions and 211 deletions

View File

@@ -12,11 +12,10 @@ import (
)
type PurchaseDetails struct {
WorkspaceID string
ProjectID string
ProjectTitle string
PurchaseID string
BackState bot.State
WorkspaceID string
ProjectID string
PurchaseID string
BackState bot.State
}
func (s *PurchaseDetails) Enter(b *bot.Bot, mode bot.RenderMode) {
@@ -63,7 +62,7 @@ func (s *PurchaseDetails) renderDetails(b *bot.Bot, mode bot.RenderMode, jwt str
totalPlacements += len(items)
}
text := "<i>… Закупы Детали</i>\n\n<b>Детали закупа</b>\n\n"
text := "<b>Детали закупа</b>\n\n"
// Информация о креативе
if creative != nil {