Fix linting

This commit is contained in:
Jack Kingsman
2026-03-29 19:09:36 -07:00
parent 08d55dec72
commit 2cd71bf086
2 changed files with 2 additions and 6 deletions
@@ -2229,9 +2229,7 @@ export function SettingsFanoutSection({
<DialogContent className="sm:max-w-md">
<DialogHeader className="border-b border-border px-5 py-4">
<DialogTitle>
{errorDialogState
? `${errorDialogState.integrationName} Error`
: 'Integration Error'}
{errorDialogState ? `${errorDialogState.integrationName} Error` : 'Integration Error'}
</DialogTitle>
<DialogDescription>
Most recent backend error retained for this integration.