Created by: nayakrahul
If you click on the arrow icon in total row, it was throwing error in the console because the arrow icon has onClick event too.
Description of PR
- Removed arrow icon from total row
- Removed onClick event from arrow icon because its ancestor class already has it so, no need of it in arrow icon class.
Relevant Issues
Fixes #1531 (closed)
Checklist
-
Compiles and passes lint tests -
Properly formatted -
Tested on desktop -
Tested on phone
Screenshots