Fixed: review add - send add request to api

This commit is contained in:
2024-05-15 01:35:52 +02:00
parent a57a059c2a
commit 986aca3931
8 changed files with 20 additions and 4 deletions

View File

@ -87,7 +87,7 @@ export default function Tab() {
title="Add review"
color={colors.gold}
onPress={() => {
router.push(`/review/${item._id}`);
router.push(`/review/add/${item._id}`);
}}
/>
</View>