File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export default function GachaCalc({ location }: { location: string }) {
241241 < h1 className = "text-5xl font-bold pb-2" > Gacha rate calculator</ h1 >
242242
243243 < NumberInput label = "Pulls" set = { setPulls } value = { pulls } min = { 0 } max = { 1260 * gachaTargets . length } />
244- { gachaTargets . map ( ( gachaTarget , index ) => < div key = { index } className = "bg-blend-multiply bg-slate-600 rounded-xl p-1 my-2" >
244+ { gachaTargets . map ( ( gachaTarget , index ) => < div key = { index * 100 + gachaTargets . length } className = "bg-blend-multiply bg-slate-600 rounded-xl p-1 my-2" >
245245 { gachaTargets . length > 1 &&
246246 < button className = "bg-red-700 text-slate-50 cursor-pointer text-center rounded-lg px-2 py-1 my-2 float-right"
247247 onClick = { ( ) =>
You can’t perform that action at this time.
0 commit comments