fix: coderabbit nitpick comments

This commit is contained in:
viper151
2026-03-06 15:53:11 +01:00
parent 24430fa343
commit a7e8b12ef4

View File

@@ -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>
) : ( ) : (