feat: filter by name category
This commit is contained in:
parent
79405f318d
commit
716a41cffd
2 changed files with 14 additions and 5 deletions
|
|
@ -34,7 +34,6 @@ const BudgetHeader = (properties: BudgetHeaderProperties) => {
|
|||
}}
|
||||
/>
|
||||
</View>
|
||||
<TextInputBar style={styles.searchBarStyle} placeholder='Search...'></TextInputBar>
|
||||
</>);
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue