mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Some extra fixes
This commit is contained in:
parent
2c156c6853
commit
8aa15b5bf4
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ export default class SupportsCommand extends GeneralCommand {
|
|||
await paginate(
|
||||
ctx,
|
||||
{
|
||||
title: 'Supports',
|
||||
items: supports.items.map((item) => `> ${item.name} \`${item.claim_id}\`\n> ${item.amount} LBC`),
|
||||
itemSeparator: '\n\n'
|
||||
},
|
||||
|
|
|
@ -39,6 +39,7 @@ export default class TSupportsCommand extends GeneralCommand {
|
|||
await paginate(
|
||||
ctx,
|
||||
{
|
||||
title: 'Supports',
|
||||
items: supports.items.map((item) => `> ${item.name} \`${item.claim_id}\`\n> ${item.amount} LBC`),
|
||||
itemSeparator: '\n\n'
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue