@@ -80,6 +80,7 @@ const useGame = () => {
})
.catch((error) => {
Toast.clear();
+ Toast.show(t(`code.${error.data?.code || 500}`));
});
};
return {