Skip to content

Commit bb8a4ae

Browse files
committed
refactor: remove unused index
1 parent 7c036e9 commit bb8a4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/onboarding/components/steps/HelloTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const HelloTab = ({
9393
<p className="tabBody">Let's customize your Hackertab experience!</p>
9494
</div>
9595
<div className="occupations">
96-
{OCCUPATIONS.map((occ, index) => {
96+
{OCCUPATIONS.map((occ) => {
9797
return (
9898
<button
9999
key={occ.title}

0 commit comments

Comments
 (0)