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

fix: seles not show

parent bf1a944e
......@@ -33,7 +33,7 @@ export default function Deposits() {
setMonth(month_now)
setYear(year_now)
setTotalSelling(total);
}, [user]);
}, [user, adminOrder]);
return (
<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