mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-10 00:17:43 +00:00
fix: coderabbit nitpick comments
This commit is contained in:
@@ -387,8 +387,6 @@ export default function PluginSettingsTab() {
|
|||||||
<Loader2 className="h-4 w-4 animate-spin" />
|
<Loader2 className="h-4 w-4 animate-spin" />
|
||||||
Scanning plugins…
|
Scanning plugins…
|
||||||
</div>
|
</div>
|
||||||
) : plugins.length === 0 && hasStarterInstalled ? (
|
|
||||||
<p className="py-8 text-center text-sm text-muted-foreground">No plugins installed</p>
|
|
||||||
) : plugins.length === 0 ? (
|
) : plugins.length === 0 ? (
|
||||||
<p className="py-8 text-center text-sm text-muted-foreground">No plugins installed</p>
|
<p className="py-8 text-center text-sm text-muted-foreground">No plugins installed</p>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user