summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/DeckyToasterState.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyToasterState.tsx b/frontend/src/components/DeckyToasterState.tsx
index 715ed76d..ebe90b23 100644
--- a/frontend/src/components/DeckyToasterState.tsx
+++ b/frontend/src/components/DeckyToasterState.tsx
@@ -6,7 +6,6 @@ interface PublicDeckyToasterState {
}
export class DeckyToasterState {
- // TODO a set would be better
private _toasts: Set<ToastData> = new Set();
public eventBus = new EventTarget();