minor bug fix
This commit is contained in:
parent
e0d955e1c1
commit
bd600c0a25
@ -526,7 +526,6 @@ ul {
|
||||
.popup__header__close {
|
||||
padding: 0.5rem;
|
||||
margin-left: -0.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.flo-icon {
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -488,7 +488,6 @@ ul {
|
||||
.popup__header__close {
|
||||
padding: 0.5rem;
|
||||
margin-left: -0.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.flo-icon {
|
||||
margin-right: 0.3rem;
|
||||
|
||||
@ -139,7 +139,7 @@ function saveUpiId() {
|
||||
notify(`Saved ${upiId}`, 'success');
|
||||
if (pagesData.lastPage === 'settings') {
|
||||
getRef('saved_upi_ids_list').append(render.savedUpiId(upiId));
|
||||
} else if (pagesData.lastPage === 'wallet') {
|
||||
} else if (pagesData.lastPage === 'home') {
|
||||
getRef('select_upi_id').append(
|
||||
createElement('sm-option', {
|
||||
textContent: upiId,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user