+
+
+
+ setBill({ ...bill, amount: e.target.value })} placeholder="0.00" />
+
+
+
+
+ {(vendors as any[]).length === 0 && (
+
No vendors yet — add one on the Vendors page first.
+ )}
+
+
+
+
+
+
+
+ setBill({ ...bill, description: e.target.value })} placeholder="e.g. May landscaping" />
+
+
+
+ setBill({ ...bill, reference: e.target.value })} placeholder="Invoice / check #" />
+
+
+