tnj-development / inventory

35 stars 57 forks source link

fix(itemdata) Fixes itemdata being used when null #10

Closed Qwerty1Verified closed 2 years ago

Qwerty1Verified commented 2 years ago

This removes an else statement that is executed when itemData is null. The else tries to use itemData but errors due to it being null