Skip to content

Commit

Permalink
chore: key addition
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarnaikjuspay committed Oct 8, 2024
1 parent 1e07708 commit defda9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/NewAnalytics/NewAnalyticsHelper.res
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module Tabs = {
{options
->Array.mapWithIndex((tabValue, index) =>
<div
key={index->Int.toString}
className={`px-3 py-2 ${tabValue.value->getStyle(index)} selection:bg-white`}
onClick={_ => setOption(tabValue)}>
{tabValue.label->React.string}
Expand Down

0 comments on commit defda9f

Please sign in to comment.