progress
This commit is contained in:
parent
33c156fc5c
commit
afd78c3b3e
5 changed files with 54 additions and 8 deletions
2
main.js
2
main.js
|
|
@ -131,7 +131,7 @@ const makeChoice = ([i, t]) => {
|
|||
return {
|
||||
value: {i, t: t[0]},
|
||||
name: pretty(i),
|
||||
description: `${pretty(i)} :: ${pretty(t[0])}`,
|
||||
description: ` :: ${pretty(t[0])}`,
|
||||
short: `${pretty(i)} :: ${pretty(t[0])}`,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue