mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
Update home.ts
This commit is contained in:
parent
f72120a1ac
commit
6277d45f10
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export default class AppHome implements Command {
|
|||
.slice(0, 4)
|
||||
.map(
|
||||
(e) =>
|
||||
`${e.icon}${e.isDone ? `:white_check_mark: ` : ":loading:"} -- ${e.content?s.length > 0 ? e.contents.join(", ") : e.shipmentTitle}`,
|
||||
`${e.icon}${e.isDone ? `:white_check_mark: ` : ":loading:"} -- ${e.contents?.length > 0 ? e.contents.join(", ") : e.shipmentTitle}`,
|
||||
)
|
||||
.join("\n")}`,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue