Fixed: review add - send add request to api
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user