!refactor class with non-pure method
when helper method calls this.props with no arguments
need to modify helper function into a pure function
OR create local arrow function within FC - !bad adds overhead as local function created for every FC instance