We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcab9df commit 693c80eCopy full SHA for 693c80e
dev-packages/e2e-tests/test-applications/nextjs-15-spotlight/app/page.tsx
@@ -44,9 +44,7 @@ export default function SpotlightTestPage() {
44
<p data-testid="spotlight-enabled">
45
{spotlightEnabled === null ? 'Loading...' : spotlightEnabled ? 'ENABLED' : 'DISABLED'}
46
</p>
47
- <p data-testid="integration-names">
48
- Integrations: {integrationNames.join(', ') || 'none'}
49
- </p>
+ <p data-testid="integration-names">Integrations: {integrationNames.join(', ') || 'none'}</p>
50
</div>
51
52
);
0 commit comments