-
{`Editing field ${fieldLabel} in cue ${event.cue}`}
-
+
{`Editing fields in cue ${event.cue}`}
+ {event.subscriptions.map((field) => {
+ return (
+
+
+
+ );
+ })}
);
diff --git a/apps/client/src/features/viewers/common/viewUtils.ts b/apps/client/src/features/viewers/common/viewUtils.ts
index 78a18bd33..391e7e93f 100644
--- a/apps/client/src/features/viewers/common/viewUtils.ts
+++ b/apps/client/src/features/viewers/common/viewUtils.ts
@@ -53,10 +53,6 @@ export function getPropertyValue(event: OntimeEvent | null, property: MaybeStrin
return event[property as keyof OntimeEvent] as string;
}
-export function capitaliseFirstLetter(string: string) {
- return string.charAt(0).toUpperCase() + string.slice(1);
-}
-
type FormattingOptions = {
removeSeconds: boolean;
removeLeadingZero: boolean;
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 092bc488b..f92812710 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -679,7 +679,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.1
- dev: true
/@babel/template@7.22.15:
resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
@@ -8031,7 +8030,7 @@ packages:
peerDependencies:
react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.24.5
react: 18.2.0
dev: false
@@ -8278,7 +8277,6 @@ packages:
/regenerator-runtime@0.14.1:
resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
- dev: true
/regexp.prototype.flags@1.4.3:
resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==}