Skip to content

Commit

Permalink
Don't abandon entry on all issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Dec 11, 2020
1 parent 977d765 commit bbb11b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ const playGame = async (
console.log('txn', res.transactionHash);
} catch (e) {
if (e.message !== 'ciphertext not set') {
setGame(undefined);
enqueueSnackbar('Failed', { variant: 'error' });
enqueueSnackbar('Game creation erroring', { variant: 'error' });
console.log('playGame error', e);
return;
}
Expand Down

0 comments on commit bbb11b8

Please sign in to comment.