Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
trying mess alert
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLPircy committed Jun 1, 2024
1 parent 51cb0be commit 754be04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/_components/_rhs/BetterIDEa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ const BetterIDEa = () => {
onNewMessage={(m: any) => {
console.log("message new", "test\n", m);
// setNewMes(m);
alert("You have new Message!");
if (m[0].Output.print) {
alert("You have new Message!");
}
}}
onInbox={onInbox}
/>
Expand Down

0 comments on commit 754be04

Please sign in to comment.