Skip to content

Commit

Permalink
Remove 'open' prop from Tooltip in JobListingCard component
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanil committed Oct 7, 2024
1 parent 48212c9 commit bd3cf78
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export function JobListingCard({
{showPromotedLabel && jobListing.isFromCareerPartner && (
<div className="job-posting-card__timestamp">
<Tooltip
open
title={
<span className="job-posting-card__tooltip-text">
This job listing is promoted because it is posted by a
Expand Down

0 comments on commit bd3cf78

Please sign in to comment.