import React from "react"; import { useState } from "react"; import { Col, Container, Row, Image, Modal, Button } from "react-bootstrap"; import LoginForm from "../Login/LoginForm"; import ChangePasswordForm from "../Forms/ChangePasswordForm"; import { AiOutlinePlusCircle } from "react-icons/ai" import AddAvailability from "../Resources/AddAvailability"; const TableListing = (props) => { const type = props.type == "hotel" ? "сместувањето" : props.type == "restaurant" ? "ресторанот" : "превозот"; console.log(props.data) return(<> { e.preventDefault(); console.log(props.data) props.showModal(props.data) }} src="https://cdnimg.webstaurantstore.com/uploads/seo_category/2019/5/table-dining-sets.jpg" style={{ height: "8em", borderRadius: "1em", boxShadow: "0 4px 20px lightblue", maxWidth: "100%", }} >

Маса

Број на луѓе {props.data.noSeats}

) } export default TableListing;