4bbf00d8 by Marwin Cañeta

#32618 - The modal for max token limit displays the incorrect modal

1 parent 78a8d235
......@@ -158,8 +158,8 @@ function App() {
window.btutil_modalRegisterUpgrade(false);
return;
}
if(data && data.data.status === 'max-tokens') {
if(data.ent_member === 'yes') {
if(data.data && data.data.status === 'max-tokens') {
if(data.data.ent_member === 'yes') {
window.btutil_modalMaxTokenUpgradeEntMembers();
return;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!