Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
coderatomy committed Dec 20, 2023
1 parent a107459 commit 1b69a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zubhub_frontend/zubhub/src/Routes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Routes, Route, useLocation, useNavigate, useParams } from 'react-router-dom';
import { ProtectedRoute } from './components';
import { ProtectedRoute, SessionExpireModal } from './components';
import PageWrapper from './wrapper/PageWrapper';
import * as Views from './views';

Expand Down
4 changes: 2 additions & 2 deletions zubhub_frontend/zubhub/src/components/modals/modal.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const modalStyles = theme => ({
dialogContainer: {
'& .MuiDialog-paper': {
overflow: 'visible !important',
},,
backdropFilter: 'blur(15px)',
},
backdropFilter: 'blur(15px)',
},
dialogPaper: {
borderRadius: 8,
Expand Down

0 comments on commit 1b69a2f

Please sign in to comment.