Skip to content

Commit

Permalink
fix: 프로젝트 생성 녹음 상태 하단 재생바에 전달
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Feb 1, 2024
1 parent 53d5a62 commit 9717478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/blocks/ProjectSetting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function ProjectSetting({ onProjectSubmit, trackTags }: ProjectSettingProps) {
/>
</div>
<div id="bottom-section">
<UnderPlayBarViewModel />
<UnderPlayBarViewModel isRecording={isRecording} />
</div>
</div>
);
Expand Down

0 comments on commit 9717478

Please sign in to comment.