Commit 095772d3 by tdgiang

update code

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