Skip to content

Commit a9b9668

Browse files
committed
fix bug UI after deletion
1 parent 1b3d8da commit a9b9668

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

internal/client/delete.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ func (c *Client) DeleteTransactionConfirm(b *gotgbot.Bot, ctx *ext.Context) erro
198198
Text: "Delete Another",
199199
CallbackData: "delete.page.0",
200200
},
201-
{
202-
Text: "Done",
203-
CallbackData: "transactions.cancel",
204-
},
205201
},
206202
},
207203
},
@@ -346,4 +342,4 @@ func createDeletionPaginationKeyboard(transactions []model.Transaction, offset,
346342

347343
keyboard = append(keyboard, navigationRow)
348344
return keyboard
349-
}
345+
}

0 commit comments

Comments
 (0)