Skip to content

Commit

Permalink
adding unique key for drill strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gallant committed Oct 21, 2023
1 parent 13f6676 commit fe96e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Components/Home/DrillPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const DrillPanel = (props: any) => {
let difficultyColor: string = getDifficultyColor(difficulty);
subArray.push(
<View
key={drillStrategies[i]}
style={{
width: CARD_WIDTH,
padding: CARD_PADDING,
Expand Down

0 comments on commit fe96e80

Please sign in to comment.