import React from 'react'; import Wish from './Wish'; const Countdown = ({ countdownData, name }) => { if (!countdownData.isItBday) { return (