From 414493eed2bea2ceb13c9add216d6f9e7f9c5903 Mon Sep 17 00:00:00 2001 From: marios Date: Sun, 29 Jun 2025 21:36:48 +0300 Subject: Add Decky branch switcher and updater to error boundary (#775) * Add Decky branch switcher and updater to error boundary * Linting fixup * Update DeckyErrorBoundary.tsx Allow for plugins to trigger new behavior. * Lint fixup --- frontend/.prettierrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/.prettierrc.js') diff --git a/frontend/.prettierrc.js b/frontend/.prettierrc.js index 7a0331c8..df3e6cde 100644 --- a/frontend/.prettierrc.js +++ b/frontend/.prettierrc.js @@ -7,4 +7,4 @@ export default { tabWidth: 2, endOfLine: 'auto', plugins: [importSort], -} \ No newline at end of file +}; -- cgit v1.2.3