feat: filter by name category

This commit is contained in:
Jakob Stornig 2024-01-25 16:42:43 +01:00
parent 79405f318d
commit 716a41cffd
2 changed files with 14 additions and 5 deletions

View file

@ -34,7 +34,6 @@ const BudgetHeader = (properties: BudgetHeaderProperties) => {
}}
/>
</View>
<TextInputBar style={styles.searchBarStyle} placeholder='Search...'></TextInputBar>
</>);
}