We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9d597 commit 3d452d2Copy full SHA for 3d452d2
src/components/pages/StudioPage.tsx
@@ -15,7 +15,6 @@ export type ProjectWithShots = Project & {
15
16
export interface IStudioPageProps {
17
project: ProjectWithShots & { _count: { shots: number } };
18
- hasImageInputAvailable: boolean;
19
}
20
21
const StudioPage = ({ project }: IStudioPageProps) => (
0 commit comments