diff --git a/feature/profile/src/main/java/com/wap/wapp/feature/profile/profilesetting/ProfileSettingScreen.kt b/feature/profile/src/main/java/com/wap/wapp/feature/profile/profilesetting/ProfileSettingScreen.kt index d6472428..199dd36a 100644 --- a/feature/profile/src/main/java/com/wap/wapp/feature/profile/profilesetting/ProfileSettingScreen.kt +++ b/feature/profile/src/main/java/com/wap/wapp/feature/profile/profilesetting/ProfileSettingScreen.kt @@ -166,13 +166,6 @@ internal fun ProfileSettingScreen( Divider(color = dividerColor) - WappRowBar( - title = stringResource(id = string.faq), - onClicked = { navigateToUri(context, FAQ_URL) }, - ) - - Divider(color = dividerColor) - WappRowBar( title = stringResource(id = string.terms_and_policies), onClicked = { navigateToUri(context, TERMS_AND_POLICIES_URL) },