diff --git a/src/components/VencordSettings/shared.tsx b/src/components/VencordSettings/shared.tsx index 270fef29a..ddf9d90a3 100644 --- a/src/components/VencordSettings/shared.tsx +++ b/src/components/VencordSettings/shared.tsx @@ -43,7 +43,7 @@ export function SettingsTab({ title, children }: React.PropsWithChildren<{ title export const handleSettingsTabError = onlyOnce(handleComponentFailed); -export function wrapTab(component: React.ComponentType, tab: string) { +export function wrapTab

(component: React.ComponentType

, tab: string) { return ErrorBoundary.wrap(component, { message: `Failed to render the ${tab} tab. If this issue persists, try using the installer to reinstall!`, onError: handleSettingsTabError,