Rename component to follow convention

pull/10616/head
Jared Scheib 2017-03-28 16:06:37 -07:00
parent b4fae7b55b
commit 4640676925
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
import React from 'react'
import DeleteConfirmButtons from 'shared/components/DeleteConfirmButtons'
const DeleteTableCell = (props) => (
const DeleteConfirmTableCell = (props) => (
<td className="text-right" style={{width: "85px"}}>
<DeleteConfirmButtons {...props} />
</td>
)
export default DeleteTableCell
export default DeleteConfirmTableCell