handle validate field in step 3 page add-doctor
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import Item from "./Item";
|
||||
|
||||
function Cards({ data, loading }) {
|
||||
console.log(data);
|
||||
|
||||
return (
|
||||
<ul className="md:hidden mt-[24px] grid grid-cols-1 sm:grid-cols-2 gap-[16px]">
|
||||
{data.map((item, idx) => (
|
||||
|
||||
Reference in New Issue
Block a user