diff --git a/mobile/Components/FullReview/FullReview.tsx b/mobile/Components/FullReview/FullReview.tsx index dc94f04d..49f787ef 100644 --- a/mobile/Components/FullReview/FullReview.tsx +++ b/mobile/Components/FullReview/FullReview.tsx @@ -16,11 +16,6 @@ import Ionicons from "react-native-vector-icons/Ionicons"; const account = new Account(client); -const fakeData = [ - { propertyName: "How many times I cried", value: "2" }, - { propertyName: "Favorite", value: "True" }, -]; - function FullReview({ route, navigation }) { const bookInfo = useContext(BookInfoWrapperContext); const { review } = route.params;