set default starter pack name
This commit is contained in:
@@ -208,8 +208,14 @@ function WizardInner({
|
|||||||
const list = await agent.app.bsky.graph.list.create(
|
const list = await agent.app.bsky.graph.list.create(
|
||||||
{repo: currentAccount?.did},
|
{repo: currentAccount?.did},
|
||||||
{
|
{
|
||||||
name: state.name ?? '',
|
name:
|
||||||
description: state.description ?? '',
|
state.name ??
|
||||||
|
_(
|
||||||
|
msg`${
|
||||||
|
currentProfile?.displayName || `@${currentProfile?.handle}`
|
||||||
|
}'s Starter Pack`,
|
||||||
|
),
|
||||||
|
description: state.description,
|
||||||
descriptionFacets: [],
|
descriptionFacets: [],
|
||||||
avatar: undefined,
|
avatar: undefined,
|
||||||
createdAt: new Date().toISOString(),
|
createdAt: new Date().toISOString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user