From 4640676925413f6da6aa7a22f01d08dd34242ded Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Tue, 28 Mar 2017 16:06:37 -0700 Subject: [PATCH] Rename component to follow convention --- ui/src/shared/components/DeleteConfirmTableCell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/shared/components/DeleteConfirmTableCell.js b/ui/src/shared/components/DeleteConfirmTableCell.js index 854d947a9e..ebafd0144f 100644 --- a/ui/src/shared/components/DeleteConfirmTableCell.js +++ b/ui/src/shared/components/DeleteConfirmTableCell.js @@ -1,10 +1,10 @@ import React from 'react' import DeleteConfirmButtons from 'shared/components/DeleteConfirmButtons' -const DeleteTableCell = (props) => ( +const DeleteConfirmTableCell = (props) => ( ) -export default DeleteTableCell +export default DeleteConfirmTableCell