File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/basicUIElements/view/placeHolder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const BoostPlaceHolder = () => {
12
12
13
13
const ratio = ( dim . height - 300 ) / 50 / 1.3 ;
14
14
const listElements = [ ] ;
15
- const isDarkTheme = useSelector ( ( state ) => state . application . isDarkTeme ) ;
15
+ const isDarkTheme = useSelector ( ( state ) => state . application . isDarkTheme ) ;
16
16
const color = isDarkTheme ? '#2e3d51' : '#f5f5f5' ;
17
17
times ( parseInt ( ratio ) , ( i ) => {
18
18
listElements . push (
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class InAppPurchaseContainer extends Component {
63
63
this . _purchaseUpdatedListener ( ) ;
64
64
}
65
65
66
- this . _getItems ( ) ;
66
+ await this . _getItems ( ) ;
67
67
await this . _handleQrPurchase ( ) ;
68
68
69
69
// place rest of unconsumed purhcases in state
You can’t perform that action at this time.
0 commit comments