Commit 6be92491 authored by chechunchi's avatar chechunchi

fix small

parent 3a76038f
......@@ -51,12 +51,12 @@ const CheckCardModal = () => {
setResponse(value);
}}
>
{tabs.map((tab) => {
{tabs.map((tab, idx) => {
return (
<Row>
{tab.options.map((option) => {
<Row key={idx}>
{tab.options.map((option, idx) => {
return (
<Col span={4}>
<Col span={4} key={idx}>
<CheckCard
title={option.name}
description={option.desc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment