fix(creator-channel): 일본어 보기 모드 제목을 숨긴다
This commit is contained in:
@@ -21,9 +21,11 @@ struct CreatorChannelCommunityViewModeBar: View {
|
||||
|
||||
Button(action: onTapToggle) {
|
||||
HStack(spacing: SodaSpacing.s4) {
|
||||
if LanguageHeaderProvider.current != "ja" {
|
||||
Text(viewModeTitle)
|
||||
.appFont(size: 16, weight: .regular)
|
||||
.foregroundColor(Color.gray400)
|
||||
}
|
||||
|
||||
Image(viewModeIconName)
|
||||
.resizable()
|
||||
|
||||
Reference in New Issue
Block a user