Skip to content

Commit

Permalink
feat: updating Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justinelliottcobb committed Mar 15, 2024
1 parent 4ead7fd commit 6799bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/ViewingsList/ViewingsListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface ViewingsListCardProps extends ViewingsListCardFormProps, Record
* Optional string to pass for edit button
*/
saveBtnLabel?: string;
/**
/**
* Email toggle
*/
emailOn?: string;
Expand Down Expand Up @@ -163,7 +163,6 @@ const ViewingsListCard = ({
viewingHours1Label,
viewingHours2,
viewingHours2Label,

}: ViewingsListCardProps) => {
const [enableOnSiteState, setEnableOnSiteState] = React.useState(enableOnSite === 'true');
const firstInput = React.useRef<HTMLInputElement>(null);
Expand Down
2 changes: 1 addition & 1 deletion src/components/ViewingsList/ViewingsListCardForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export interface ViewingsListCardFormProps {
emailLink?: string;
/**
* Label for email Link input:
*/
*/
emailLinkLabel?: string;
}

Expand Down

0 comments on commit 6799bae

Please sign in to comment.