mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
logbox manager, alert manager and fix bitverse colors
This commit is contained in:
@@ -32,9 +32,8 @@ export function AlertManager(): React.ReactElement {
|
||||
);
|
||||
|
||||
function close(): void {
|
||||
console.log("close");
|
||||
setAlerts((old) => {
|
||||
return old.slice(0, -1);
|
||||
return old.slice(1, 1e99);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user