Closed jhagen1908 closed 6 years ago
Because the table is not being destroyed before attempting to recreate, each launch renders the table which was first launched rather than recreating from new data. Discovered during payment data setup for new user.
Fixed in commit d1cb000 by adding existing table destroy before re-initializing with new data.
Because the table is not being destroyed before attempting to recreate, each launch renders the table which was first launched rather than recreating from new data. Discovered during payment data setup for new user.