diff --git a/src/components/History/index.jsx b/src/components/History/index.jsx index c29adb2..b1c446a 100644 --- a/src/components/History/index.jsx +++ b/src/components/History/index.jsx @@ -254,7 +254,7 @@ export default function History() { name="jobs_completed" onClick={(e) => setTab(e.target.name)} className={`px-4 py-1 rounded-t-2xl ${ - tab == "reward" ? "bg-[#4687ba] border-[2px] border-[#4687ba] text-white" : "bg-white text-[#000] border-t-[2px]" + tab == "jobs_completed" ? "bg-[#4687ba] border-[2px] border-[#4687ba] text-white" : "bg-white text-[#000] border-t-[2px]" }`} > Jobs Completed