parent
72ad1552cb
commit
449997ff6e
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ export function doPurchaseUri(uri) {
|
||||||
const { cost } = costInfo;
|
const { cost } = costInfo;
|
||||||
|
|
||||||
if (cost > balance) {
|
if (cost > balance) {
|
||||||
|
dispatch(doSetPlayingUri(null));
|
||||||
dispatch(doOpenModal(modals.INSUFFICIENT_CREDITS));
|
dispatch(doOpenModal(modals.INSUFFICIENT_CREDITS));
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue