refactor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user