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