profile refactor
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user