We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ee134 commit 9d4f301Copy full SHA for 9d4f301
1 file changed
bot/messages.ts
@@ -2000,8 +2000,7 @@ const showConfirmationButtons = async (
2000
};
2001
})
2002
.map(ord => ({
2003
- text: `${ord._id.slice(0, 2)}..${ord._id.slice(-2)} - ${ord.type} - ${ord.fiat
2004
- } ${ord.amount}`,
+ text: `${ord._id.slice(0, 2)}..${ord._id.slice(-2)} - ${ord.type} - ${ord.fiat} ${ord.amount}`,
2005
callback_data:
2006
commandString === 'release'
2007
? `show_release_confirmation_${ord._id}`
0 commit comments