fix: prettier formatting in P2P tab highlight

This commit is contained in:
2026-02-27 00:58:16 +03:00
parent 910610491f
commit 705002f83f
+3 -1
View File
@@ -195,7 +195,9 @@ export function P2PSection() {
onClick={() => handleTabChange(tab.id)}
className={cn(
'flex-1 py-2 text-xs font-medium rounded-lg transition-colors',
activeTab === tab.id ? 'bg-cyan-500/20 text-cyan-400 shadow-sm' : 'text-muted-foreground'
activeTab === tab.id
? 'bg-cyan-500/20 text-cyan-400 shadow-sm'
: 'text-muted-foreground'
)}
>
{tab.label}