|
@@ -227,9 +227,6 @@ const GroupSettingScreen: FC<Props> = ({ navigation, route }) => {
|
|
)}
|
|
)}
|
|
</TouchableOpacity>
|
|
</TouchableOpacity>
|
|
<Text style={styles.bigText}>{data.settings.name}</Text>
|
|
<Text style={styles.bigText}>{data.settings.name}</Text>
|
|
- <Text style={{ fontSize: getFontSize(12), fontWeight: '600', color: Colors.DARK_BLUE }}>
|
|
|
|
- {data.settings.member_count} nomads
|
|
|
|
- </Text>
|
|
|
|
</View>
|
|
</View>
|
|
|
|
|
|
{data.settings?.description_html ? (
|
|
{data.settings?.description_html ? (
|