implemented navigation for budget screen

This commit is contained in:
Thomas Schleicher 2023-12-24 09:59:19 +01:00 committed by Jakob Stornig
parent 94e9b5738e
commit 9706fc0a51
3 changed files with 85 additions and 19 deletions

View file

@ -85,7 +85,7 @@ export default function Page() {
})
}}/>}
{isLoading && <LoadingSymbol></LoadingSymbol>}
{isLoading && <LoadingSymbol/>}
<FlatList
data={data}