Fix: JSX syntax error in ProactiveAISettings.tsx (missing backtick in className)
This commit is contained in:
@@ -172,7 +172,7 @@ export function ProactiveAISettings() {
|
||||
<span
|
||||
className={`inline-block h-4 w-4 transform rounded-full bg-white transition-transform ${
|
||||
settings.heartbeat_enabled ? 'translate-x-6' : 'translate-x-1'
|
||||
}`
|
||||
}`}
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user