do not block submit on thumb or cover error

This commit is contained in:
zeppi 2021-10-28 12:58:41 -04:00 committed by jessopb
parent 6718528847
commit d15423dc65

View file

@ -114,23 +114,11 @@ function ChannelForm(props: Props) {
isClaimingInitialRewards || isClaimingInitialRewards ||
creatingChannel || creatingChannel ||
updatingChannel || updatingChannel ||
nameError ||
thumbError ||
coverError || coverError ||
bidError || bidError ||
(isNewChannel && !params.name) (isNewChannel && !params.name)
); );
}, [ }, [isClaimingInitialRewards, creatingChannel, updatingChannel, nameError, bidError, isNewChannel, params.name]);
isClaimingInitialRewards,
creatingChannel,
updatingChannel,
nameError,
thumbError,
coverError,
bidError,
isNewChannel,
params.name,
]);
function getChannelParams() { function getChannelParams() {
// fill this in with sdk data // fill this in with sdk data