import React from "react"; const TableData = ({ text, Component }) => ( {text ? text : } ); export default TableData;