Commit 6e380580 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

check loading or not found product

parent 1016dabf
......@@ -240,7 +240,7 @@ export default function Home() {
</div>
) : (
<Paper className="shadow-none" sx={{ p: 2, textAlign: "center" }}>
<CircularProgress />
{algorithm.length ? "ไม่พบรายการ" : <CircularProgress />}
</Paper>
)}
</div>
......
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