fix(home): AI 캐릭터 탭 이동을 맞춘다
This commit is contained in:
@@ -21,7 +21,7 @@ struct MainHomeAiCharacterSection: View {
|
||||
LazyHStack(alignment: .center, spacing: SodaSpacing.s4) {
|
||||
ForEach(items, id: \.self) { item in
|
||||
Button {
|
||||
onTapCharacter(item.characterId)
|
||||
onTapCharacter(item.creatorId)
|
||||
} label: {
|
||||
AiCharacterCard(
|
||||
name: item.name,
|
||||
|
||||
Reference in New Issue
Block a user