Skip to content

Commit 4722181

Browse files
committed
just some p rephrasing
1 parent d1945f1 commit 4722181

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

client/src/pages/organization_add_product.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ const Organization_Add_Product = () => {
9898
<main>
9999
<Header />
100100
<div className="form-container">
101-
<h2 className="form-title">Add New Product</h2>
101+
<h2 className="form-title">
102+
{" "}
103+
{mode === "add" ? "Add new" : "Edit"} Product
104+
</h2>
102105

103106
<form onSubmit={handleSave}>
104107
<div className="form-group">

0 commit comments

Comments
 (0)