feat(chat-character): 캐릭터 신규 이미지 표시 UI 추가
This commit is contained in:
@@ -93,7 +93,8 @@ struct CharacterDetailView: View {
|
||||
characterId: otherCharacter.characterId,
|
||||
name: otherCharacter.name,
|
||||
description: otherCharacter.tags,
|
||||
imageUrl: otherCharacter.imageUrl
|
||||
imageUrl: otherCharacter.imageUrl,
|
||||
isNew: false
|
||||
),
|
||||
size: screenSize().width * 0.42,
|
||||
rank: 0,
|
||||
|
||||
Reference in New Issue
Block a user