Commit 095772d3 by tdgiang

update code

parent 6a1f19b5
......@@ -146,7 +146,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -144,7 +144,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -151,7 +151,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -144,7 +144,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -158,7 +158,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -111,7 +111,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const data = row[column.id]
......
......@@ -157,7 +157,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -163,7 +163,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -113,7 +113,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const avatar = row[column.id]
......
......@@ -120,7 +120,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const avatar = row[column.id]
......
......@@ -113,7 +113,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const avatar = row[column.id]
......
......@@ -153,7 +153,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -144,7 +144,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const avatar = row[column.id]
......
......@@ -143,7 +143,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
......@@ -138,7 +138,7 @@ function TableList(props) {
hover
role="checkbox"
tabIndex={-1}
key={row.code}
key={row.id}
>
{columns.map((column) => {
const imageUrl = row[column.id]
......
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