Fixed a typo

This commit was merged in pull request #528.
This commit is contained in:
2023-12-10 10:19:56 -08:00
parent 814e4c9693
commit 67a0a34288
@@ -21,7 +21,7 @@ export default function MyPastDueJobs(props) {
<span
className={`${selectTab === "today" ? "block" : "hidden"}`}
>
Pass Due Job(s)
Past Due Job(s)
</span>
</h1>
</div>