fixded bug where active sprint would stop upcoming tasks from showing on dashboard

This commit is contained in:
Chris Sanden
2026-05-02 20:05:22 +02:00
parent 219d599617
commit 31d3cbfba6

View File

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