chore: prettier
This commit is contained in:
@@ -54,13 +54,13 @@ export const NavBar = ({ newRecording, recordingName, isRecording }: NavBarProps
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<NavBarWrapper>
|
<NavBarWrapper>
|
||||||
<div style={{
|
<div style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'flex-start',
|
justifyContent: 'flex-start',
|
||||||
}}>
|
}}>
|
||||||
<RecordingIcon />
|
<RecordingIcon />
|
||||||
<div style={{ padding: '11px' }}><ProjectName>Maxun</ProjectName></div>
|
<div style={{ padding: '11px' }}><ProjectName>Maxun</ProjectName></div>
|
||||||
</div>
|
</div>
|
||||||
{
|
{
|
||||||
user !== null ? (
|
user !== null ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user