Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbardian committed Jan 11, 2022
1 parent 729923d commit 42ba089
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ const Profile = () => {
// },
})

const { loading: queryLoading, error: queryError, data } = useQuery(
GET_MY_INFO,
)
const {
loading: queryLoading,
error: queryError,
data,
} = useQuery(GET_MY_INFO)

if (queryLoading) {
return <div>Loading . . . </div>
Expand Down

0 comments on commit 42ba089

Please sign in to comment.