Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
FIX: "Invalid Date" text appearing after two mins
Browse files Browse the repository at this point in the history
  • Loading branch information
keegangeorge committed May 15, 2024
1 parent c09bade commit e870993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/components/search-results.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default class SearchResults extends Component {
const formattedDate = relativeAge(dateValue);
return `
<div class="date">
<span class="relative-date">${formattedDate}</span>
<span>${formattedDate}</span>
</div>
`;
}
Expand Down

0 comments on commit e870993

Please sign in to comment.