diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 9baf8a10..12864b37 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -110,27 +110,25 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR Logout - ) : "" + ) : } { recordingLength > 0 ? : null } - {isRecording ? - : null} ) : ""