onMarkAsPaid = () => {
    if (!confirm('Are you sure you want to mark this gift as paid?')) {
      return;
    }