Skip to content

Commit

Permalink
remove membersLoading
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr2github committed Oct 24, 2023
1 parent 6563ab0 commit e6012d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/proposalStepper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const ProposalStepper: React.FC<ProposalStepperType> = ({
/*************************************************
* Render *
*************************************************/
if (isLoading || settingsLoading || membersLoading) {
if (isLoading || settingsLoading) {
return <Loading />;
}

Expand Down

0 comments on commit e6012d7

Please sign in to comment.