profile refactor

This commit is contained in:
2026-07-01 16:42:37 +03:00
parent 8789963a7b
commit 66fdbdd964
23 changed files with 377 additions and 244 deletions

View File

@@ -138,7 +138,7 @@ export function StakingWidget() {
/>
)}
{toast && <Notification status={toast.status} message={toast.message} onClose={() => setToast(null)} />}
{toast && <Notification status={toast.status} message={toast.message} onClose={() => setToast(null)} duration={5000} />}
</div>
)
}