From 0cfb41755a3cf5bc39cd65e45e02418c245fa793 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 27 Jun 2024 00:21:32 -0400 Subject: lint --- frontend/src/utils/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/utils') diff --git a/frontend/src/utils/errors.ts b/frontend/src/utils/errors.ts index 35122ebb..a99fd0b1 100644 --- a/frontend/src/utils/errors.ts +++ b/frontend/src/utils/errors.ts @@ -22,7 +22,7 @@ export function getLikelyErrorSourceFromValveError(error: ValveError): ErrorSour } export function getLikelyErrorSourceFromValveReactError(error: ValveReactErrorInfo): ErrorSource { - return getLikelyErrorSource(error?.error?.stack + "\n" + error.info.componentStack); + return getLikelyErrorSource(error?.error?.stack + '\n' + error.info.componentStack); } export function getLikelyErrorSource(error?: string): ErrorSource { -- cgit v1.2.3