DETAIL*
const Detail = (props) { const { getLatest, getAll } = useRoom(); const [ rowData, setRowData ] = useState([]); con