fixed bottom not being able to refresh on dragdown
This commit is contained in:
@@ -72,7 +72,7 @@ export function EmployeeClockedInList({ currentEmployee, isRefresh }) {
|
||||
return (
|
||||
<View style={{ flex: 1, flexGrow: 1 }}>
|
||||
{jobData ? (
|
||||
<View>
|
||||
<View style={{ flex: 1 }}>
|
||||
<Text style={{ paddingLeft: 12, paddingTop: 14 }}>
|
||||
You are already clocked in to the following job(s):
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user