Skip to content

Commit

Permalink
amend featured employers carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
seanjermey committed Oct 17, 2023
1 parent f856d3e commit 17a310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeaturedEmployersCarousel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { employer_helper } from "@/helpers/employer_helper";
import { getRoute } from "@/getters/getRoute";

export default function FeaturedEmployersCarousel({ className, title, visibleCount, button }) {
const items = employer_helper.fetch().filter((i) => !!i.featured);
const items = employer_helper.fetch().filter((i) => !!i["featured"]);

return (
<div className={clsx(className, classes.employers)}>
Expand Down

0 comments on commit 17a310f

Please sign in to comment.