Skip to content

Commit

Permalink
feat: comment for futur update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Nov 16, 2023
1 parent e47777f commit 451d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/ItemDetail/MatchaDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const MatchaDetail = ({ job }) => {
</>
)}
</Box>

{/* Kevin : afficher description employer + custome description si existe */}
{job?.job.romeDetails && (
<Box pb="0px" mt={6} position="relative" background="white" padding="16px 24px" mx={["0", "30px"]}>
<Text as="h2" variant="itemDetailH2" mt={2}>{`En savoir plus sur ${job.title}`}</Text>
Expand Down

0 comments on commit 451d931

Please sign in to comment.