Skip to content

Commit d34681e

Browse files
committed
Revert CaseContactListScreen changes
1 parent e198e04 commit d34681e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/screens/CaseContactListScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from 'react';
44

55
import CaseContactListCard from '../components/CaseContactListCard';
66

7-
const CaseContactListScreen = ({ navigation, route }) => {
7+
const CaseContactListScreen = ({ navigation }) => {
88
const data = [{ name: '🦋CINA-11-1002' }, { name: '🦋CINA-11-1003' }, { name: '🦋CINA-11-1004' }];
99

1010
return (

0 commit comments

Comments
 (0)