T1723
React supports basic type checking for development which is useful in debugging or catching errors. Cashtab did not have this previously. It always "should" have been there, but might as well start now.
Removed any unused props from the check. Standardized format of export default for any component that is the only component in a file.