comments
continuous-integration/drone/push Build is failing Details

This commit is contained in:
b38peng 2021-08-31 20:19:21 -03:00
parent 8bdbc0f026
commit 36ea7e0eeb
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ interface Propup extends TeamMemberCardProps {
handleClick: () => void; handleClick: () => void;
} }
// TODO: fix extra space at bottom of popup
// - this is due to height being specified in order to have scrolling
function ExecPopup({ name, role, image, children, handleClick }: Propup) { function ExecPopup({ name, role, image, children, handleClick }: Propup) {
return ( return (
<> <>