Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lifayi2008 committed Dec 14, 2022
1 parent 748af30 commit 3b44c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/SettleOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function SettleOrder(props) {
enqueueSnackbar('Settle auction order success!', { variant: 'success' });
setOnProgress(false);
setOpen(false);
setTimeout(() => {navigate('/profile/myitem/1')}, 2000);
setTimeout(() => {navigate('/profile/myitem/1'); window.location.reload()}, 2000);
setTimeout(() => {
setUpdateCount(updateCount + 1);
}, 1000);
Expand Down

1 comment on commit 3b44c07

@vercel
Copy link

@vercel vercel bot commented on 3b44c07 Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.