Skip to content

Commit

Permalink
draft pr
Browse files Browse the repository at this point in the history
  • Loading branch information
philipye314 committed Nov 1, 2023
1 parent 6da3361 commit d90babf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(BottomTabNavigation)/Cases/CaseScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Case, Eligibility } from '../../../../types/types';

function CasesScreen() {
const caseData = useLocalSearchParams() as unknown as Case;
const [status, setStatus] = useState(Eligibility.INELIGIBLE);
const [status, setStatus] = useState(Eligibility.ELIGIBLE);
console.log(caseData);

return (
Expand Down

0 comments on commit d90babf

Please sign in to comment.