From 4ec1d58fa8ea9ee9a3ac25de725eb8e1350ed420 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 3 Aug 2023 14:11:27 -0700 Subject: [PATCH] chore: comment --- store/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/errors.ts b/store/errors.ts index cb186fcc9..bbdc20924 100644 --- a/store/errors.ts +++ b/store/errors.ts @@ -16,7 +16,7 @@ export interface Error { actions?: ButtonProps[]; debugServer?: Server; forumLink?: boolean; - heading: string; + heading: string; // if adding new errors be sure to add translations key value pairs level: 'error' | 'info' | 'warning'; message: string; ref?: string;