help wanted
Repository metrics
- Stars
- (1,888 stars)
- PR merge metrics
- (PR metrics pending)
Description
In our codebase we are having 2 ways to call dispatch:
dispatch(decreaseQuranTextFontScale())dispatch({ type: toggleIsOpen.type });
We should follow one of them for consistency.