update user files info

This commit is contained in:
smanylov
2026-01-07 13:03:50 +07:00
parent 5597fe42a2
commit aa0f9398eb
16 changed files with 371 additions and 76 deletions
-1
View File
@@ -9,7 +9,6 @@ import PaymentTabTransactionHistory from './payment-tab-transaction-history';
export default function PaymentTabs() {
let [selectedTab, setSelectedTab] = useState('1');
function switchTabsHandler(tab: string) {
console.log('click');
setSelectedTab(tab);
}
return (