Skip to content
Snippets Groups Projects

Hin 904

Merged Mihail Hagiu requested to merge HIN-904 into develop
3 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
80 91 </Fragment>
81 92 )}
82 93 {selectedTab === 1 && (
94 <PublonsTable
95 onInvite={onInvitePublonReviewer}
96 publonsFetching={isFetching}
  • You don't need the publonsFetching prop. You already wrapped your PublonsTable with withFetching and now the caller is responsible with setting the correct fetching state and that will get passed down to your component.

  • Please register or sign in to reply
  • 72 81 setDisplayName('ManuscriptPage'),
    73 82 withJournal,
    74 83 withRouter,
    84 withFetching,
  • 157 169 },
    158 170 isFetching: {
    159 171 editorsFetching: selectFetching(state),
    172 publonsFetching: isFetching,
  • Mihail Hagiu added 1 commit

    added 1 commit

    • e5ea5a94 - feat(publonsInvite): refactored var name and setPublons func

    Compare with previous version

  • Mihail Hagiu added 1 commit

    added 1 commit

    • 48a85f87 - feat(publonsInvite): refactored to use error

    Compare with previous version

  • Please register or sign in to reply