Skip to content

Commit

Permalink
remove unused ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Aug 2, 2024
1 parent 963b234 commit 0282179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface PreviewProps {
metadataString: string;
}

const Preview: React.FC<PreviewProps> = ( { jsPsychMetadata, metadataString } ) => {
const Preview: React.FC<PreviewProps> = ( { metadataString } ) => {
return (
<div className="App">
<h2>Metadata preview</h2>
Expand Down

0 comments on commit 0282179

Please sign in to comment.