Rename component to follow convention
parent
b4fae7b55b
commit
4640676925
|
@ -1,10 +1,10 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import DeleteConfirmButtons from 'shared/components/DeleteConfirmButtons'
|
import DeleteConfirmButtons from 'shared/components/DeleteConfirmButtons'
|
||||||
|
|
||||||
const DeleteTableCell = (props) => (
|
const DeleteConfirmTableCell = (props) => (
|
||||||
<td className="text-right" style={{width: "85px"}}>
|
<td className="text-right" style={{width: "85px"}}>
|
||||||
<DeleteConfirmButtons {...props} />
|
<DeleteConfirmButtons {...props} />
|
||||||
</td>
|
</td>
|
||||||
)
|
)
|
||||||
|
|
||||||
export default DeleteTableCell
|
export default DeleteConfirmTableCell
|
||||||
|
|
Loading…
Reference in New Issue