- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed issue #434 #435
base: main
Are you sure you want to change the base?
Fixed issue #434 #435
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
.-. I'll take my pull down, no point in us both committing. |
Cheers mate - fix might take a while to merge anyways since Jack (potts99) is taking a short break |
@@ -49,7 +49,7 @@ export default function Tickets() { | |||
<div className="flex flex-col"> | |||
<div className="py-2 px-6 flex flex-row items-center justify-between bg-gray-200 dark:bg-[#0A090C] border-b-[1px]"> | |||
<span className="text-sm font-bold"> | |||
You have {data.tickets.length} closed ticket | |||
You have {data.tickets.length} closed tickets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look right. Notice the logic for appending an s
in the next line.
If we have multiple tickets, the string you're building will be "You have n closed tickets.s"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
honestly. I really dont know typescript just thought English was English when it came to text
fixes issue #434 of a grammatical error mistake