mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
create program and grafting done
This commit is contained in:
@@ -24,7 +24,6 @@ export function AlertManager(): React.ReactElement {
|
||||
setAlerts((old) => {
|
||||
const hash = getMessageHash(text);
|
||||
if (old.some((a) => a.hash === hash)) {
|
||||
console.log("Duplicate message");
|
||||
return old;
|
||||
}
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user