Merge branch 'master' into add-family-acc

This commit was merged in pull request #52.
This commit is contained in:
Ebube
2023-05-10 16:12:54 +01:00
13 changed files with 279 additions and 257 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ const CustomPopUp = ({
});
return (
<>
<div>
<button onClick={handleOpen} className={btn_class}>
{name}
</button>
@@ -56,7 +56,7 @@ const CustomPopUp = ({
</div>
</div>
)}
</>
</div>
);
};