Set default key of the application to Home. It was set to blank, which meant that the application wasn't on any page when the user first visits the application.
This commit is contained in:
parent
a9bf3aa5e4
commit
3f36ee55a1
|
@ -68,7 +68,7 @@ const styles = theme => ({
|
|||
class ResponsiveDrawer extends React.Component {
|
||||
state = {
|
||||
mobileOpen: false,
|
||||
key: '',
|
||||
key: 'Home',
|
||||
open: false
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue