Skip to content

Commit

Permalink
Merge branch 'exhibition-guides' into guide-links-on-exhibition-page
Browse files Browse the repository at this point in the history
# Conflicts:
#	content/webapp/components/GuideMediaStop/GuideMediaStop.tsx
  • Loading branch information
gestchild committed May 22, 2024
2 parents 301b2a1 + fdce0bd commit 24b2bfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/webapp/components/GuideMediaStop/GuideMediaStop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import {
} from '@weco/content/components/Body/GridFactory';

export type Props = {
number: number;
number: number | undefined;
title: string;
audio: string;
video: string;
audio: string | undefined;
video: string | undefined;
type: string;
};

Expand Down

0 comments on commit 24b2bfb

Please sign in to comment.