Commit 51f5a041 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

fix: seles not show

parent bf1a944e
...@@ -33,7 +33,7 @@ export default function Deposits() { ...@@ -33,7 +33,7 @@ export default function Deposits() {
setMonth(month_now) setMonth(month_now)
setYear(year_now) setYear(year_now)
setTotalSelling(total); setTotalSelling(total);
}, [user]); }, [user, adminOrder]);
return ( return (
<React.Fragment> <React.Fragment>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment