Skip to content

Commit

Permalink
removed useless enter
Browse files Browse the repository at this point in the history
  • Loading branch information
JochemVH1 committed Jul 4, 2024
1 parent b1fe16e commit f4d258a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const EditInvoice = () => {
const dispatch = useDispatch();
// useEffect(() => window.scrollTo(0, 0)); // TODO: each keystroke made it scroll to top :(
const [showEmailModal, setEmailModal] = useState<EmailTemplate>(EmailTemplate.None);

let docTitle: string;
if (storeInvoice?._id) {
const name = t(isQuotation ? 'quotation.pdfName' : 'invoice.invoice');
Expand Down

0 comments on commit f4d258a

Please sign in to comment.