Skip to content

Commit 94c93d5

Browse files
committed
chore: fix incorrect loading state
1 parent cb5b629 commit 94c93d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default class App extends React.Component {
66
super(props)
77

88
this.state = {
9-
isLoading: false
9+
isLoading: true
1010
}
1111
}
1212
componentDidMount() {

0 commit comments

Comments
 (0)