Currently variables at the top of the render function in ClubPage like owner and member serve to save the UserCards to be used as variables later in the actual render JSX. It would be easier to understand if they were located inline, since they are only used once
Currently variables at the top of the render function in ClubPage like owner and member serve to save the UserCards to be used as variables later in the actual render JSX. It would be easier to understand if they were located inline, since they are only used once