Commit b60e31a3 by Giang Tran

merge code

parent 13aee710
...@@ -75,7 +75,7 @@ const SelectBankModal = (props) => { ...@@ -75,7 +75,7 @@ const SelectBankModal = (props) => {
setResult(result); setResult(result);
}; };
const _onPressItem = (item) => { const _onPressItem = (item) => {
props.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