Skip to content

Commit

Permalink
mobile: FullReview: remove unused fake data variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 21, 2024
1 parent 7181fe6 commit 4a249de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mobile/Components/FullReview/FullReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a249de

Please sign in to comment.