create program and grafting done

This commit is contained in:
Olivier Gagnon
2022-07-10 01:37:36 -04:00
parent 647392626e
commit 606f1bf6c4
25 changed files with 375 additions and 324 deletions
-1
View File
@@ -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 [