correct display of budget used

This commit is contained in:
thschleicher 2024-01-02 11:55:49 +01:00 committed by Jakob Stornig
parent 6ee1c01d6a
commit 87640420ec
6 changed files with 14 additions and 24 deletions

View file

@ -8,7 +8,9 @@ export default function _Layout() {
headerShown: false
}}>
<Stack.Screen name="index"/>
<Stack.Screen name="addCategory"/>
<Stack.Screen
name="addCategory"
options={{presentation: "modal"}}/>
</Stack>
);
}