Skip to content

Commit

Permalink
Remove superfluous variable
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 27, 2024
1 parent c3422c6 commit 656ad26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/_content/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { cn } from "@/lib/utils"
export default function Experience() {
const { data } = useApi()
const experience: ExperienceType[] = data.experience.attributes.experience
const getCompanyId = (company: string) => company.replace
const renderSkill = (skill: string, key: number) =>
!!skill ? (
<li key={key}>
Expand Down

0 comments on commit 656ad26

Please sign in to comment.