Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Commit ede3f8c

Browse files
lipovaceigenfoo
authored andcommitted
More fixes to applications (#135)
* Fixed small loading thing on applications page to make it look smoother * made oof * fixed applications page
1 parent cd2d284 commit ede3f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

euphoria-frontend/src/views/Applications.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Applications extends Component {
143143
userData
144144
} = this.state;
145145

146-
if(userData === undefined){
146+
if(Object.keys(userData).length === 0){
147147
return(
148148
<div>
149149
<Navbar {...this.props}/>

0 commit comments

Comments
 (0)