Add job tabs.
This commit is contained in:
@@ -31,6 +31,7 @@ function JobsStack() {
|
||||
<Stack.Screen
|
||||
name="[jobId]"
|
||||
options={({ route }) => ({
|
||||
//headerShown: false,
|
||||
title: (route.params as any)?.title || "Job Details",
|
||||
})}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user