You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,14 +62,24 @@ export default function MessageWrapper() {
62
62
63
63
consthandleSend=async(event: any)=>{
64
64
event.preventDefault()
65
+
66
+
if(message==""){
67
+
alert("Sinun pitää antaa viesti")
68
+
return
69
+
}
70
+
71
+
if(!confirm(`Haluatko lähettää viestin:\n\n${message}\n\nHuomaathan että viestin lähettämisessä kestää hetki joten älä ihmettele jos näyttä siltä että mitään ei tapahdu`)){
0 commit comments