chore: lint

This commit is contained in:
amhsirak
2024-12-08 21:09:58 +05:30
parent 07c1404708
commit 37ed5fa555

View File

@@ -190,7 +190,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
vertical: 'top',
horizontal: 'right',
}}
PaperProps={{sx: {width: '180px'}}}
PaperProps={{ sx: { width: '180px' } }}
>
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
<Logout sx={{ marginRight: '5px' }} /> Logout