Progress
This commit is contained in:
@@ -52,10 +52,10 @@ const Search = () => {
|
||||
OK
|
||||
</button>
|
||||
</div>
|
||||
{data &&
|
||||
{/* {data &&
|
||||
data.feed.appointments.map((appointment, index) => (
|
||||
<Link key={appointment.id} link={appointment} index={index} />
|
||||
))}
|
||||
))} */}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user