Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Oct 23, 2024
1 parent 966e1e0 commit aa0be2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default connect(
shardingError: state.shardingError,
isCancellingSharding:
state.status === ShardingStatuses.CANCELLING_SHARDING_ERROR,
isSubmitting:
isSubmittingForSharding:
state.status === ShardingStatuses.SUBMITTING_FOR_SHARDING_ERROR,
};
},
Expand Down

0 comments on commit aa0be2d

Please sign in to comment.