Skip to content

Commit

Permalink
Fix client sheet undefined problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeassassin committed Feb 23, 2024
1 parent 20e9866 commit fa664f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/pages/ClientSheet/ClientSheet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,7 @@ const ClientSheet = ({ quote, user }) => {
>
{quote.customer.name}
</Text>
{" By " +
user.firstName +
" on " +
{" On " +
new Date().toLocaleDateString("en-CA", {
month: "short",
day: "numeric",
Expand Down

0 comments on commit fa664f3

Please sign in to comment.