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>
|
</Pressable>
|
||||||
</View>
|
</View>
|
||||||
) : (
|
) : (
|
||||||
<>
|
|
||||||
<Text className="mx-1 my-1 text-left text-base font-normal">
|
<Text className="mx-1 my-1 text-left text-base font-normal">
|
||||||
No active sprint right now.
|
No active sprint right now.
|
||||||
</Text>
|
</Text>
|
||||||
|
)}
|
||||||
|
|
||||||
<View className="mt-6 gap-3">
|
<View className="mt-6 gap-3">
|
||||||
<Text className="text-lg font-bold text-[#1F2933]">
|
<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>
|
<Text className="text-sm text-[#7B8794]">No upcoming task deadlines.</Text>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user