Fix a bunch of layout issues
This commit is contained in:
@@ -8,8 +8,8 @@ export class ProtectedRoute extends React.Component {
|
||||
roles: PropTypes.array,
|
||||
location: PropTypes.shape({
|
||||
pathname: PropTypes.string,
|
||||
search: PropTypes.string
|
||||
})
|
||||
search: PropTypes.string,
|
||||
}),
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user