chore: lint
This commit is contained in:
@@ -190,7 +190,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
vertical: 'top',
|
vertical: 'top',
|
||||||
horizontal: 'right',
|
horizontal: 'right',
|
||||||
}}
|
}}
|
||||||
PaperProps={{sx: {width: '180px'}}}
|
PaperProps={{ sx: { width: '180px' } }}
|
||||||
>
|
>
|
||||||
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
||||||
<Logout sx={{ marginRight: '5px' }} /> Logout
|
<Logout sx={{ marginRight: '5px' }} /> Logout
|
||||||
|
|||||||
Reference in New Issue
Block a user