Rotwang9000 / WINBIT32

0 stars 0 forks source link

refactor: Update PhraseHunter.jsx to handle missing balances in table… #46

Closed Rotwang9000 closed 1 month ago

Rotwang9000 commented 1 month ago

…DataRef

This commit updates the PhraseHunter.jsx file in the src/components/apps/sectools directory. The code change modifies the logic in the tableDataRef.find function to handle cases where the row object in tableDataRef does not have a balances property. This change ensures that the application can handle missing balances in the table data and prevents any potential errors.

Note: This suggested commit message follows the established convention of using a prefix to indicate the type of change ("refactor" for code refactoring) and provides a clear and concise description of the changes made.