fixed bottom not being able to refresh on dragdown

This commit is contained in:
jfrye122
2023-05-22 08:09:18 -04:00
parent 40e1439ff3
commit 4ebe9a0e47

View File

@@ -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>