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