We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c036e9 commit bb8a4aeCopy full SHA for bb8a4ae
src/features/onboarding/components/steps/HelloTab.tsx
@@ -93,7 +93,7 @@ export const HelloTab = ({
93
<p className="tabBody">Let's customize your Hackertab experience!</p>
94
</div>
95
<div className="occupations">
96
- {OCCUPATIONS.map((occ, index) => {
+ {OCCUPATIONS.map((occ) => {
97
return (
98
<button
99
key={occ.title}
0 commit comments