Skip to content

Commit

Permalink
[cleanup] delete comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniebeggs committed Apr 25, 2024
1 parent c0faf97 commit 58cbc45
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/(BottomTabNavigation)/AllCases/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
HeaderImage,
EmptyHeader,
} from '../../../Components/HeaderComponents/HeaderComponents';
import { CaseContextProvider } from '../../../context/CaseContext';

export default function CasesLayout() {
return (
Expand All @@ -27,13 +26,6 @@ export default function CasesLayout() {
headerTitle: () => <LeftAlignedHeaderLine />,
}}
/>
{/* <Stack.Screen
name="AddCase/[caseUid]"
options={{
headerLeft: () => <BackButtonNoText />,
headerTitle: () => <HeaderImage />,
}}
/> */}
<Stack.Screen
name="CaseScreen/[caseUid]"
options={{
Expand Down

0 comments on commit 58cbc45

Please sign in to comment.