improving-week-36 #1
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
|
||||
import styles from './BookingConfirmationBanner.module.css';
|
||||
import { convertDateObjectToString } from '../helpers';
|
||||
|
||||
// Test change for Gitea workflow verification
|
||||
// Test change again
|
||||
|
||||
function BookingConfirmationBanner({ booking, onClose, showCloseButton = false, showFakeCloseButton = false, isTestBanner = false }) {
|
||||
const [showTooltip, setShowTooltip] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user