Skip to content

Commit

Permalink
feat: add rep badge if it's rep training
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Apr 12, 2024
1 parent ba2150c commit ae58bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/forge/src/routes/_authenticated/training/$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const Component: React.FC = () => {
{[
data.compulsory ? "Compulsory" : undefined,
data.in_person ? "In-Person Training Required" : undefined,
data.rep ? undefined : "Rep Training",
...data.locations.map((value) => toTitleCase(value.split("_").join(" "))),
]
.filter(Boolean)
Expand Down

0 comments on commit ae58bbe

Please sign in to comment.