bitbox-wallet-app
bitbox-wallet-app copied to clipboard
frontend: fix react/no-unused-prop-types
Eslint rule react/no-unused-prop-types found a few issues, but also false positives related to load decorator or custom store.
This change removes unused props, but does not permanently add the rule to eslint.