From 705002f83fdb3e32d7f7bf776469b1fb902266a1 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 27 Feb 2026 00:58:16 +0300 Subject: [PATCH] fix: prettier formatting in P2P tab highlight --- src/sections/P2P.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sections/P2P.tsx b/src/sections/P2P.tsx index 3fefbdc..4e8cdc7 100644 --- a/src/sections/P2P.tsx +++ b/src/sections/P2P.tsx @@ -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}