ratnabh

Results 2 issues of ratnabh

I tried not printing my footer and what i did was ```js const print = ` @media print { footer { display: none; } `; ``` ```jsx const handlePrint =...

**Describe the bug** When we are creating a new invoice, and submit the form without adding the item name, the validation error message says "Missing itemName name", it should be...