#32618 - The modal for max token limit displays the incorrect modal
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -158,8 +158,8 @@ function App() { | ... | @@ -158,8 +158,8 @@ function App() { |
| 158 | window.btutil_modalRegisterUpgrade(false); | 158 | window.btutil_modalRegisterUpgrade(false); |
| 159 | return; | 159 | return; |
| 160 | } | 160 | } |
| 161 | if(data && data.data.status === 'max-tokens') { | 161 | if(data.data && data.data.status === 'max-tokens') { |
| 162 | if(data.ent_member === 'yes') { | 162 | if(data.data.ent_member === 'yes') { |
| 163 | window.btutil_modalMaxTokenUpgradeEntMembers(); | 163 | window.btutil_modalMaxTokenUpgradeEntMembers(); |
| 164 | return; | 164 | return; |
| 165 | } | 165 | } | ... | ... |
-
Please register or sign in to post a comment