comments

pull/241/head
b38peng 2 years ago
parent 8bdbc0f026
commit 36ea7e0eeb
  1. 3
      components/TeamMemberCard.tsx

@ -79,6 +79,9 @@ interface Propup extends TeamMemberCardProps {
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) {
return (
<>

Loading…
Cancel
Save