Commit 98a628fe by Nguyễn Thị Thúy

fix bug select bank

parent b21af32d
...@@ -75,6 +75,7 @@ const SelectBankModal = (props) => { ...@@ -75,6 +75,7 @@ const SelectBankModal = (props) => {
setResult(result); setResult(result);
}; };
const _onPressItem = (item) => { const _onPressItem = (item) => {
props.onPressItem(item)
setValueSearch(item ? item.name : ''); setValueSearch(item ? item.name : '');
setModalVisible(false); setModalVisible(false);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment