fix: change from orders__error to orders__noitem

This commit is contained in:
Leon Xu
2022-05-07 16:00:46 -07:00
parent b2cf8e31cd
commit 23a47a5c8b
+1 -1
View File
@@ -31,7 +31,7 @@ function Orders() {
return (
<section className="orders">
{!user ? (
<h1 className="orders__error">Sorry, you have no orders!</h1>
<h1 className="orders__noitem">Sorry, you have no orders!</h1>
) : (
<>
<h1>Your Orders</h1>{" "}