You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ class App extends React.Component {
17
17
this.state={
18
18
welcomeToDynamoTitle: 'Welcome to Dynamo!',
19
19
loadingDone: false,
20
-
signInStatus:false
20
+
signInStatus:false
21
21
};
22
22
23
23
//This is a reference to the DOM of the project that will be called in Dynamo to set the title of the splash screen (Defined by 'Welcome to Dynamo!' by default)
@@ -71,7 +71,7 @@ class App extends React.Component {
0 commit comments