fixded bug where active sprint would stop upcoming tasks from showing on dashboard
This commit is contained in:
@@ -436,10 +436,10 @@ export default function HomeScreen() {
|
||||
</Pressable>
|
||||
</View>
|
||||
) : (
|
||||
<>
|
||||
<Text className="mx-1 my-1 text-left text-base font-normal">
|
||||
No active sprint right now.
|
||||
</Text>
|
||||
)}
|
||||
|
||||
<View className="mt-6 gap-3">
|
||||
<Text className="text-lg font-bold text-[#1F2933]">
|
||||
@@ -503,8 +503,6 @@ export default function HomeScreen() {
|
||||
<Text className="text-sm text-[#7B8794]">No upcoming task deadlines.</Text>
|
||||
)}
|
||||
</View>
|
||||
</>
|
||||
)}
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user