From 4a249de9015399fed1b8bfc53736ccc92ec2db7d Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sat, 20 Apr 2024 20:23:58 -0400 Subject: [PATCH] mobile: FullReview: remove unused fake data variable --- mobile/Components/FullReview/FullReview.tsx | 5 ----- 1 file changed, 5 deletions(-) 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;