anln_0000001_superFanPrices #25

Merged
yezian merged 48 commits from anln_0000001_superFanPrices into main 2025-01-21 14:34:00 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a0528ec041 - Show all commits

View File

@ -107,7 +107,7 @@ export default function StreamerPosts({ navigation, route }) {
{(item?.status === 5 || item?.status === 6) && (
<TouchableOpacity
onPress={() =>
navigation.navigate("EditSpacePost", { id: item.id })
navigation.navigate("EditPlacePost", { id: item.id })
}
style={tailwind("flex flex-col items-start mt-2")}
>